SCP命令只能单项拷贝,另一个方向“RSA host key for 172.16.103.176 has changed and you have requested strict checki Host key verification failed. lost connection”问题

[dinghuaneng@95 move_data]$ scp * dinghuaneng@172.16.103.176:/home/dinghuaneng
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
e0:59:1a:4d:52:54:f9:81:a2:f1:ca:11:55:26:74:86.
Please contact your system administrator.
Add correct host key in /home/dinghuaneng/.ssh/known_hosts to get rid of this me
Offending key in /home/dinghuaneng/.ssh/known_hosts:1
RSA host key for 172.16.103.176 has changed and you have requested strict checki
Host key verification failed.
lost connection

 

操作:在执行scp命令的主机上执行:

vi ~/.ssh/known_hosts

删除IP为172.16.103.176 的行即可。

 

该现象在虚拟机删除之后重新建立的时候尤其明显,主要是因为原始主机已经存了一份了known_hosts了,需要更新。

参见:http://canlynet.blog.163.com/blog/static/25501365201092711383363/

posted @ 2013-07-25 22:44  孤独剑客zzy  阅读(4612)  评论(0编辑  收藏  举报