Skip to content

Instantly share code, notes, and snippets.

@ainformatico
Created March 7, 2012 18:24
Show Gist options
  • Select an option

  • Save ainformatico/1994933 to your computer and use it in GitHub Desktop.

Select an option

Save ainformatico/1994933 to your computer and use it in GitHub Desktop.
Print all fingerprints for public keys
cd ~/.ssh;for a in `ls *.pub`; do ssh-keygen -lf $a;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment