El mensaje viene mostrado no por el propio Codeception, sino por "phpunit-bridge", así que simplemente, eliminando este paquete, se eliminan estos mensajes ;)
Intentando acceder por ssh de la siguiente manera
Me aparecia el siguiente error
Porque?
El aviso WARNING es un aviso del cliente, por lo que el servidor esta bien.
Solución:
Eliminar la carpeta /user/home/.ssh/
Y ya me podía conectar de forma normal con
# ssh usuario@ip
Me aparecia el siguiente error
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.
Please contact your system administrator.
Add correct host key in /user/home/.ssh/known_hosts to get rid of this message.
Offending RSA key in /user/home/.ssh/known_hosts:4
RSA host key for XXX.XXX.XXX.XXX has changed and you have requested strict checking.
Host key verification failed.
Porque?
El aviso WARNING es un aviso del cliente, por lo que el servidor esta bien.
Solución:
Eliminar la carpeta /user/home/.ssh/
Y ya me podía conectar de forma normal con
# ssh usuario@ip
Comentarios
Publicar un comentario