Skip to content

Instantly share code, notes, and snippets.

@kbeathanabhotla
Created December 28, 2015 10:50
Show Gist options
  • Save kbeathanabhotla/daad5b42929e8b3a2e15 to your computer and use it in GitHub Desktop.
Save kbeathanabhotla/daad5b42929e8b3a2e15 to your computer and use it in GitHub Desktop.
Verify key pair finger print
openssl pkcs8 -in KeyPair.pem -nocrypt -topk8 -outform DER | openssl sha1 -c
Get public key associated with private Key
ssh-keygen -y -f KeyPain.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment