Created
March 14, 2018 13:11
-
-
Save rafaelgotts/6ad70f0e13a0cba48079386c58621684 to your computer and use it in GitHub Desktop.
Get fingerprint in MD5 from RSA pubkey
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
| # If you need check if your key by fingerprint (eg.: github) | |
| # you can run this command | |
| KEY_PATH=<path_to_pub_key> | |
| ssh-keygen -lf $KEY_PATH -E md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment