Created
April 30, 2016 21:54
-
-
Save kzahel/424ee0c771331759e7ca8444136d05e0 to your computer and use it in GitHub Desktop.
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
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