Error al conectar por SSH a una IP: Host key verification failed

Cuando os salga el siguiente error en vuestra linea de comandos al intentar conectar a otro servidor distinto tendréis que utilizar el comando que os mostraremos a continuación:

El error es el siguiente:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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

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.

Y la solución:

ssh-keygen -R <IP SERVIDOR AL QUE SE PRETENDE CONECTAR>

7 Respuestas

  1. Victor

    Hola, estoy tratando de hacer una conexión SSH por medio de una página web PHP el comando por consola funciona perfectamente pero al correrlo desde PHP muestra “Host Key Verification Failed’, alguien ha tenido este problema que pueda ayudarme por favor
    Gracias

  2. Julio

    Muchas gracias. Sigue funcionando 2020

  3. cesar

    Sos un genioooo muchisimas gracias

  4. Ronhead

    Muchas Gracias!

  5. Mario Cañiza

    Gracias me fue muy util me soluciono este inconveniente

  6. yo

    gracias!!!!!!!!

  7. steven

    gracias me fue muy util, una pregunta porque es que sucede este error!!!?’¿¿

Agregar comentario