首页 > 其他 > 详细

SCP报错:Host key verification failed.

时间:2017-05-08 18:33:57      阅读:356      评论:0      收藏:0      [点我收藏+]

1 scp报错:REMOTE HOST IDENTIFICATION HAS CHANGED!
[root@xx ~]# scp yum-3.4.3.tar.gz 10.xx.xx.12:/root
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
xxxxx.
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:20
RSA host key for 10.xx.xx.12 has changed and you have requested strict checking.
Host key verification failed.
lost connection

[root@cache-2 ~]# 

2, google,RSA报错,要不重建RSA Key,要么就删除Client的known_hosts中对应的ip信息记录,这里选择后一种

3, 先找到known_hosts的路径
[root@xx tmp]# find / -name known_hosts
/root/.ssh/known_hosts

4,先备份系统文件,在修改
[root@cache-2 tmp]# cp /root/.ssh/known_hosts /root/.ssh/bak.20140526.known_hosts
[root@cache-2 tmp]#rm -f /root/.ssh/known_hosts

5,再执行scp命令,输入密码,传输成功。
[root@xx ~]# scp yum-3.4.3.tar.gz 10.xx.xx.12:/root
root@10.xx.1x.12‘s password: 
yum-3.4.3.tar.gz                                                                                                                                             100% 1114KB   1.1MB/s   00:00    

本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1923252

SCP报错:Host key verification failed.

原文:http://461205160.blog.51cto.com/274918/1923252

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!