Skip to content

Commit

Permalink
chore: trivial edits
Browse files Browse the repository at this point in the history
- Correct typo
- Add missing newlines
  • Loading branch information
chrisallenlane committed Jul 16, 2020
1 parent d504c72 commit 2c11ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ssh-add
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ssh-add -l
ssh-add -d <keyfile>

# To delete all keys:
ssh-add -D
ssh-add -D
4 changes: 2 additions & 2 deletions ssh-keygen
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tags [ ssh ]
---
# To generate a SSH key:
# To generate an SSH key:
ssh-keygen -t rsa

# To generate a 4096-bit SSH key:
Expand Down Expand Up @@ -29,4 +29,4 @@ ssh-keygen -lf <keyfile>
ssh-keygen -E md5 -lf <keyfile>

# To download resident keys from a FIDO2 authenticator to the current directory:
ssh-keygen -K
ssh-keygen -K

0 comments on commit 2c11ede

Please sign in to comment.