@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 3c:9c:13:52:b6:cd:13:11:3b:ce:1a:b3:91:cd:f5:2b. Please contact your system administrator. Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. Offending key in /home/user/.ssh/known_hosts:1 RSA host key for ras.mydomain.com has changed and you have requested strict checking. Host key verification failed. |
Sabías que esto ocurre cuando al servidor se le ha reinstalado el sistema operativo o reinstalado el paquete de OpenSSH ? y básicamente ocurre porque la huella del servidor de SSH cambió.
Ahora para arreglarlo, fácil!
$ ssh-keygen -R ip_del_servidor_o_nombre_del_servidor |
Y la salida del comando verán algo como lo siguiente:
/home/user/.ssh/known_hosts updated. Original contents retained as /home/user/.ssh/known_hosts.old |
Ahora, si intentas conectarte, ya no deberías tener más problemas, solamente que te pedirá nuevamente agregar a tus host conocidos el nuevo servidor.