Este es un problema simple que todos enfrentamos y que probablemente resolvamos manualmente sin pensarlo demasiado.
A medida que los servidores cambian, se reaprovisionan o se reasignan las direcciones IP, recibimos el siguiente mensaje de verificación de host SSH. Estoy interesado en simplificar el flujo de trabajo para resolver estos errores de identificación ssh.
Dado el siguiente mensaje, normalmente vi /root/.ssh/known_hosts +434
elimino ( dd
) la línea ofensiva.
He visto a desarrolladores / usuarios en otras organizaciones eliminar todo su known_hosts
archivo por frustración al ver este mensaje. Si bien no voy tan lejos, sé que hay una manera más elegante de manejar esto.
¿Consejos?
[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.