Skip to content

Instantly share code, notes, and snippets.

@robdew
Created August 27, 2018 01:59
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 robdew/8b49dc02492522e2e39077f785bfc76d to your computer and use it in GitHub Desktop.
Save robdew/8b49dc02492522e2e39077f785bfc76d to your computer and use it in GitHub Desktop.
test your public key fingerprint (taken from your private key) against AWS fingerprint
aws ec2 describe-key-pairs --output text
KEYPAIRS        03:90:a6:52:c5:9b:77:02:96:fe:86:b3:ce:d1:e5:de rd-2014
openssl pkey -in rd-2014 -pubout -outform DER | openssl md5 -c
Enter pass phrase for rd-2014:
03:90:a6:52:c5:9b:77:02:96:fe:86:b3:ce:d1:e5:de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment