Tratando de ingresar a una computadora que controlo, recibo el mensaje familiar:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
[...].
Please contact your system administrator.
Add correct host key in /home/sward/.ssh/known_hosts to get rid of this message.
Offending RSA key in /home/sward/.ssh/known_hosts:86
RSA host key for [...] has changed and you have requested strict checking.
Host key verification failed.
De hecho, cambié la clave. Y leí unas pocas docenas de publicaciones que decían que la forma de resolver este problema es eliminar la clave anterior del known_hosts
archivo.
Pero lo que me gustaría es que ssh acepte tanto la clave antigua como la nueva clave. El idioma en el mensaje de error (" Add correct host key
") sugiere que debería haber alguna forma de agregar la clave de host correcta sin eliminar la anterior.
No he podido descubrir cómo agregar la nueva clave de host sin eliminar la anterior.
¿Es esto posible o el mensaje de error es extremadamente engañoso?