Sto provando a scrivere su un computer che controllo, ricevo il messaggio familiare:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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.
Ho davvero cambiato la chiave. E ho letto alcune decine di post che affermano che il modo per risolvere questo problema è eliminare la vecchia chiave dal known_hosts
file.
Ma quello che vorrei è che ssh accettasse sia la vecchia chiave che la nuova chiave. La lingua nel messaggio di errore (" Add correct host key
") suggerisce che dovrebbe esserci un modo per aggiungere la chiave host corretta senza rimuovere quella precedente.
Non sono stato in grado di capire come aggiungere la nuova chiave host senza rimuovere quella precedente.
Questo è possibile o il messaggio di errore è semplicemente fuorviante?