Created
March 29, 2016 12:26
-
-
Save eriknelson/f05dbe4223e50c139da6 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
ssh-keygen -l -E md5 -f /path/to/priv_keyfile | |
# Newer versions of ssh-keygen seem to default to sha256 instead of md5 | |
# github lists md5, so it needs to be explicitly requested |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment