首页 > 其他 > 详细

ssh ip "WARING:REMOTE HOST IDENTIFICATION HAS CHANGED!"

时间:2016-05-20 22:17:53      阅读:306      评论:0      收藏:0      [点我收藏+]
[root@ok network-scripts]# ssh 192.168.1.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
8b:e7:b8:6b:eb:a8:2d:06:7b:f1:75:c9:b5:48:a9:06.
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:19
RSA host key for 192.168.1.10 has changed and you have requested strict checking.
Host key verification failed.

 

[root@ok network-scripts]# mv ~/.ssh/known_hosts ~/.ssh/known_hosts.bak
[root@ok network-scripts]# ssh 192.168.1.10
The authenticity of host ‘192.168.1.10 (192.168.1.10)‘ can‘t be established.
RSA key fingerprint is 8b:e7:b8:6b:eb:a8:2d:06:7b:f1:75:c9:b5:48:a9:06.
Are you sure you want to continue connecting (yes/no)? 

 

ssh ip "WARING:REMOTE HOST IDENTIFICATION HAS CHANGED!"

原文:http://www.cnblogs.com/bass6/p/5513499.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!