Questo è un semplice problema che tutti noi affrontiamo e probabilmente risolviamo manualmente senza pensarci troppo.
Quando i server cambiano, vengono sottoposti a nuovo provisioning o gli indirizzi IP vengono riallocati, riceviamo di seguito il messaggio di verifica dell'host SSH. Sono interessato a semplificare il flusso di lavoro per risolvere questi errori di identificazione ssh.
Dato il seguente messaggio, in genere vi /root/.ssh/known_hosts +434
rimuovo ( dd
) la linea offensiva.
Ho visto sviluppatori / utenti di altre organizzazioni eliminare l' intero known_hosts
file per frustrazione nel vedere questo messaggio. Anche se non vado così lontano, so che esiste un modo più elegante per gestirlo.
Suggerimenti?
[root@xt ~]# ssh las-db1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
ed:86:a2:c4:cd:9b:c5:7a:b1:2b:cc:42:15:76:8c:56.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:434
RSA host key for las-db1 has changed and you have requested strict checking.
Host key verification failed.