SSH登陸錯誤 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

xulongxc發表於2014-05-20

SSH登陸錯誤 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

Connection to 192.168.11.88 closed.
[root@localhost ~]# ssh 192.168.11.88
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
b6:0c:41:43:60:79:eb:05:9e:c2:72:1d:a0:41:9a:52.
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:5
RSA host key for 192.168.11.88 has changed and you have requested strict checking.
Host key verification failed.

 

1.在客戶端執行下述指令即可 #mv /root/.ssh/known_hosts /tmp

2.當然也可以直接編輯known_hosts檔案,把裡面與所要連線IP(192.168.11.88)相關的內容刪掉即可.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29440247/viewspace-1165152/,如需轉載,請註明出處,否則將追究法律責任。

相關文章