Skip to content

Instantly share code, notes, and snippets.

@jlyonsmith
Created May 6, 2016 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlyonsmith/b840658b864fa4311b369bcf6c61697a to your computer and use it in GitHub Desktop.
Save jlyonsmith/b840658b864fa4311b369bcf6c61697a to your computer and use it in GitHub Desktop.
#!/bin/bash
# Print the SSH MD5 fingerprint (works on OSX El Capitan which defaults to a SHA256 fingerprint)
ssh-keygen -E md5 -lf ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment