Created
December 1, 2017 19:28
-
-
Save emilong/8cabd86de10636b3f6bc5f89ee068089 to your computer and use it in GitHub Desktop.
base64 key 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
awk '{print $2}' /etc/ssh/ssh_host_ecdsa_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