am Sat, dem 03.01.2004, um 20:25:07 +0100 mailte Frank Benkstein folgendes:
frank@whisper ~ $ ssh-keygen -l -f .ssh/known_hosts | grep localhost 1024 ab:b8:98:61:09:d8:3c:da:bf:34:c2:10:8f:d9:ad:1c localhost
frank@whisper ~ $ ssh ::1 The authenticity of host '::1 (::1)' can't be established. RSA key fingerprint is ab:b8:98:61:09:d8:3c:da:bf:34:c2:10:8f:d9:ad:1c. Are you sure you want to continue connecting (yes/no)?
frank@whisper ~ $ ssh -V OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.6k 30 Sep 2003
kretschmer@kaufbach:~$ ssh-keygen -l -f .ssh/known_hosts | grep magda 1024 fe:e3:cb:04:85:5d:cb:ff:a1:34:45:0c:b8:d9:9f:14 magda
kretschmer@kaufbach:~$ ssh-keyscan magda > out.txt # magda SSH-1.99-OpenSSH_3.4p1 Debian 1:3.4p1-2
kretschmer@kaufbach:~$ ssh-keygen -f out.txt -l 1024 d0:c8:56:2e:9d:28:a3:c1:16:bd:c7:ce:f2:06:44:65 magda
kretschmer@kaufbach:~$ ssh -V OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
(magda ist Reechner meiner Tochter Magdalena im internen Netz)
Andreas