Tentando entrar na máquina servidor através do client para o host, via ssh.
O OpenSSH recria outra chave de segurança.
Acontece a seguinte mensagem abaixo:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
d7:da:f0:9f:0e:a4:91:e7:69:67:62:a2:11:0e:e8:ca.
Please contact your system administrator.
Add correct host key in /home/romero/.ssh/known_hosts to get rid of this message.
Offending key in /home/romero/.ssh/known_hosts:3
RSA host key for 192.168.1.3 has changed and you have requested strict checking.
Host key verification failed.
Para recriar outra chave, execute o comando abaixo substituindo a máquina Server.
ssh-keygen -R 192.168.1.3
Nenhum comentário:
Postar um comentário