1 2 3 4 5 6 7 8 9 10 11 |
+--[RSA1 2048]----+ | o. | | + . | | = + | | . = = . | | + S + ... | | + . *..E. | | o +.. . | | .. .. | | . ..| +-----------------+ |
Not really sure what it is, or how to make it happen, but apparently OpenSSH creates a visualization of the random, hex-format authentication “fingerprint”, easier for humans to identify than a random string of characters.
Some details via: Krispy and SuperUser
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
+--[ DSA 1024]----+ | o.o | | .= E.| | .B.o| | .= | | S = .| | . o . .= | | . . . oo.| | . o+| | .o.| +-----------------+ +--[ RSA 2048]----+ | o=. | | o o++E | | + . Ooo. | | + O B.. | | = *S. | | o | | | | | | | +-----------------+ <pre><code> |