Skip to content

Commit

Permalink
Merge pull request cheat#45 from Jonny-exe/patch-2
Browse files Browse the repository at this point in the history
Added an option
  • Loading branch information
chrisallenlane committed Nov 9, 2020
2 parents b507aef + 52efc8d commit 85b58c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ssh-keygen
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ ssh-keygen -E md5 -lf <keyfile>

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

# 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 85b58c7

Please sign in to comment.