linux ssh 報錯 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

linux ssh 到另外一個機器時報錯

root@kinken:/home/kinken# ssh [email protected]

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

@    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 a host key has just been changed.

The fingerprint for the ECDSA key sent by the remote host is

07:44:8a:a7:ac:51:52:be:08:b1:be:13:8b:be:79:7c.

Please contact your system administrator.

Add correct host key in /root/.ssh/known_hosts to get rid of this message.

Offending ECDSA key in /root/.ssh/known_hosts:1

ECDSA host key for 192.168.61.137 has changed and you have requested strict checking.

Host key verification failed.


解決方案:

把原來的ssh密鑰移除,重新獲取密鑰

root@kinken:/home/kinken# mv /root/.ssh/known_hosts /tmp/

root@kinken:/tmp# ssh [email protected]

[email protected]'s password:

Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.8.0-29-generic x86_64)


* Documentation:  https://help.ubuntu.com/


 System information as of Wed Dec 18 17:37:04 CST 2013


 System load:  0.01              Processes:           67

 Usage of /:   2.0% of 48.60GB   Users logged in:     1

 Memory usage: 45%               IP address for eth0: 192.168.61.137

 Swap usage:   0%


 Graph this data and manage this system at https://landscape.canonical.com/


Last login: Wed Dec 18 17:34:45 2013 from 192.168.61.136


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章