Skip to content

Instantly share code, notes, and snippets.

@kwharrigan
Created March 11, 2016 14:49
Show Gist options
  • Save kwharrigan/839bb21a1c963f40e985 to your computer and use it in GitHub Desktop.
Save kwharrigan/839bb21a1c963f40e985 to your computer and use it in GitHub Desktop.
sha256 fingerprint on old ssh
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