Skip to content

Instantly share code, notes, and snippets.

@Ksisu
Created December 16, 2022 15:37
Show Gist options
  • Save Ksisu/56ad22f07f79c7c7b3ac4d7505a975b1 to your computer and use it in GitHub Desktop.
Save Ksisu/56ad22f07f79c7c7b3ac4d7505a975b1 to your computer and use it in GitHub Desktop.
get aws style ssh fingerprint
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