Eines de l'usuari

Eines del lloc


informatica:xarxes:ssh_eliminarclau

Eliminació d'una màquina de la SSH

Es pot donar el cas de que per un canvi en una placa de xarxa, en el moment de fer la connexió es produeixi un missatge tipus:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
30:92:7a:af:14:16:c0:1d:41:3a:cd:29:3b:45:58:17.
Please contact your system administrator.
Add correct host key in /home/chema/.ssh/known_hosts to get rid of this message.
Offending key in /home/chema/.ssh/known_hosts:156
RSA host key for 192.168.0.6 has changed and you have requested strict checking.
Host key verification failed.

Per eliminar la identificació d'una màquina i permetre que s'estableixi una de nova cal executar la sentència següent en un terminal:

ssh-key-gen -R <nom_de_la_màquina>
o alternativament
ssh-key-gen -R <ip_de_la_màquina>

Per consultar

informatica/xarxes/ssh_eliminarclau.txt · Darrera modificació: 2019/11/24 23:34 (edició externa)