Tentando ssh em um computador que eu controle, estou recebendo a mensagem 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.
Eu realmente mudei a chave. E li algumas dezenas de postagens dizendo que a maneira de resolver esse problema é excluindo a chave antiga do known_hosts
arquivo.
Mas o que eu gostaria é que o ssh aceite a chave antiga e a nova. O idioma na mensagem de erro (" Add correct host key
") sugere que deve haver uma maneira de adicionar a chave do host correta sem remover a antiga.
Não consegui descobrir como adicionar a nova chave do host sem remover a antiga.
Isso é possível ou a mensagem de erro é extremamente enganosa?