[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/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2021-07-12
  • 2021-12-22
  • 2022-01-29
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案