Created
December 16, 2022 15:37
-
-
Save Ksisu/56ad22f07f79c7c7b3ac4d7505a975b1 to your computer and use it in GitHub Desktop.
get aws style ssh fingerprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl rsa -in ssh_private_key_file -pubout -outform DER | openssl md5 -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment