Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Created November 23, 2020 06:25
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 zulhfreelancer/83a1b36a2e4b022d188536b4aea033af to your computer and use it in GitHub Desktop.
Save zulhfreelancer/83a1b36a2e4b022d188536b4aea033af to your computer and use it in GitHub Desktop.
How to generate a SSH key fingerprint that matched with AWS keypair's fingerprint?
$ ssh-keygen -f ~/.ssh/id_rsa.pub -e -m PKCS8 | openssl pkey -pubin -outform DER | openssl md5 -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment