Esse é um problema simples que todos enfrentamos e provavelmente resolvemos manualmente, sem pensar muito.
À medida que os servidores mudam, são re-provisionados ou os endereços IP realocados, recebemos a mensagem de verificação do host SSH abaixo. Estou interessado em otimizar o fluxo de trabalho para resolver esses erros de identificação ssh.
Dada a seguinte mensagem, normalmente vi /root/.ssh/known_hosts +434
removo ( dd
) a linha incorreta.
Vi desenvolvedores / usuários em outras organizações excluírem seu arquivo inteiro known_hosts
por frustração ao ver esta mensagem. Embora eu não vá tão longe, sei que há uma maneira mais elegante de lidar com isso.
Dicas?
[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.