Created
March 11, 2016 14:49
-
-
Save kwharrigan/839bb21a1c963f40e985 to your computer and use it in GitHub Desktop.
sha256 fingerprint on old ssh
This file contains 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
awk '{print $2}' ssh_host_rsa_key.pub | base64 -d | sha256sum -b | awk '{print $1}' | xxd -r -p | base64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment