Created
March 7, 2012 18:27
-
-
Save yosemitebandit/1994947 to your computer and use it in GitHub Desktop.
view your ssh public key's fingerprint; compare this to what Github has listed in the ssh key audit
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
$ ssh-keygen -l -f /path/to/keys/id_rsa.pub | |
2048 aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99 id_rsa.pub (RSA) |
On MacOS I used the following to get the fingerprint as shown in github
> ssh-keygen -l -E md5 -f id_ed25519.pub ⏎
256 MD5:cf:d6:c5:8a:69:30:29:99:19:b9:77:7b:d5:60:83:8b m0freak (ED25519)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks @jamesp9