Skip to content

Instantly share code, notes, and snippets.

@stormf
Created January 20, 2016 09:31
Show Gist options
  • Save stormf/1acde83a56e747a2c3f2 to your computer and use it in GitHub Desktop.
Save stormf/1acde83a56e747a2c3f2 to your computer and use it in GitHub Desktop.
Get the aws fingerprint from a public key
ssh-keygen -f id_rsa_yubikey.pub -e -m PKCS8 | openssl rsa -pubin -outform DER | openssl md5 -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment