Created
December 28, 2015 10:50
-
-
Save kbeathanabhotla/daad5b42929e8b3a2e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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