当升级ubuntu之后,有了如下提示:
scp gliethttp.exe factory@192.168.1.35:~/
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:49:bc:f8:6e:fe:2d:6f:b6:2e:dc:c7:66:43:45:7a.
Please contact your system administrator.
Add correct host key in /home/luther/.ssh/known_hosts to get rid of this message.
Offending key in /home/luther/.ssh/known_hosts:8
RSA host key for 192.168.1.35 has changed and you have requested strict checking.
Host key verification failed.
lost connection
解决方法:
将本地机
luther@gliethttp:~$ rm -rf .ssh/known_hosts
如果还不行,将远端机作同样的删除操作,即可!
阅读(2446) | 评论(0) | 转发(0) |