============================================================ [LINUX-操作系统]ssh到另一台机器时提示REMOTE HOST IDENTIFICATION HAS CHANGED Writed by semiter
版权所有,文章允许转载,但必须以链接方式注明源地址,否则追究法律责任!
============================================================
故障现象:
ssh到192.168.1.1时提示
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
19:f5:65:b6:3c:92:55:1f:ae:30:3b:be:88:31:a7:81.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:1
RSA host key for 192.168.1.1 has changed and you have requested strict checking.
Host key verification failed.
故障恢复:
修改 /root/.ssh/known_hosts,将文件中关于192.168.1.1的那一行删掉;
或者直接删除/root/.ssh/known_hosts这个文件。
============================================================
QQ: 84096791
Email:
Blog:
============================================================