Skip to content

Instantly share code, notes, and snippets.

@kzahel
Created April 30, 2016 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kzahel/424ee0c771331759e7ca8444136d05e0 to your computer and use it in GitHub Desktop.
Save kzahel/424ee0c771331759e7ca8444136d05e0 to your computer and use it in GitHub Desktop.
ssh -o VisualHostKey=yes -o FingerprintHash=md5 {host}
The authenticity of host '{host} (ip)' can't be established.
ECDSA key fingerprint is MD5:f9:8d:d8:fc:93:7a:fb:1e:90:a2:4c:49:26:ef:cf:d1.
+---[ECDSA 256]---+
| |
| |
| . o |
| = o . |
| S . o |
| + * = . |
| = * E.. |
| o o+ . |
| +oo=o |
+------[MD5]------+
Are you sure you want to continue connecting (yes/no)?
to get this:
ssh -o VisualHostKey=yes -o FingerprintHash=md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment