Skip to content

Commit

Permalink
chore(ssh-keygen): minor edits
Browse files Browse the repository at this point in the history
Minor edits to the `ssh-keygen` cheatsheet.
  • Loading branch information
chrisallenlane committed Nov 9, 2020
1 parent cb6fc61 commit 52efc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssh-keygen
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ ssh-keygen -E md5 -lf <keyfile>
# To download resident keys from a FIDO2 authenticator to the current directory:
ssh-keygen -K

# To calculate the Public ssh key from the Private ssh key
ssh-keygen -y -f <current_private_key_file> > <new_public_key_file>
# To view the public key associated with a private key:
ssh-keygen -y -f <private-key-file> > <public-key-file>
ssh-keygen -y -f ~/.ssh/private-key > ~/.ssh/public-key.pub

0 comments on commit 52efc8d

Please sign in to comment.