Created
April 4, 2017 08:48
-
-
Save breenie/dda68ba2c9a467dbefa696fb55d28fa4 to your computer and use it in GitHub Desktop.
Get SSH key fingerprint
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
| # Using MD5... | |
| ssh-keygen -E md5 -lf ~/.ssh/id_rsa.pub | |
| # Or not... | |
| ssh-keygen -lf ~/.ssh/id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment