Skip to content

Instantly share code, notes, and snippets.

@debuggerboy
Created September 6, 2015 10:53
Show Gist options
  • Save debuggerboy/22f3550f0e0da55246b9 to your computer and use it in GitHub Desktop.
Save debuggerboy/22f3550f0e0da55246b9 to your computer and use it in GitHub Desktop.
Get the SSH RSA HOST Fingerprint
for file in ~anish/.ssh/id_rsa.pub ; do ssh-keygen -lf $file; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment