Risposte:
Puoi farlo con ssh-keyscan
, ad esempio:
$ ssh-keyscan 192.168.25.16
# 192.168.25.16 SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze3
192.168.25.16 ssh-rsa AAAAB3Nz[...]ThruGvpQ==
Facoltativamente, passa l' -H
opzione per ottenere i nomi con hash come stai vedendo in un known_hosts
file.
Vedi anche U&L: come ottenere la chiave pubblica dal server sshd senza toccare il file known_hosts?