Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eriknelson/f05dbe4223e50c139da6 to your computer and use it in GitHub Desktop.
Save eriknelson/f05dbe4223e50c139da6 to your computer and use it in GitHub Desktop.
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