Skip to content

Instantly share code, notes, and snippets.

@gnubyexample
Created March 7, 2012 21:37
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 gnubyexample/1996401 to your computer and use it in GitHub Desktop.
Save gnubyexample/1996401 to your computer and use it in GitHub Desktop.
key signature check - particularly useful for github in 2012
#!/bin/dash
for pub in $(find ~/.ssh/ -name '*.pub'); do ssh-keygen -lf $pub; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment