SCP报错:Host key verification failed.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SCP报错:Host key verification failed.相关的知识,希望对你有一定的参考价值。

1 scp报错:REMOTE HOST IDENTIFICATION HAS CHANGED!
[[email protected] ~]# 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

[[email protected] ~]# 

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

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

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

5,再执行scp命令,输入密码,传输成功。
[[email protected] ~]# scp yum-3.4.3.tar.gz 10.xx.xx.12:/root
[email protected]‘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.的主要内容,如果未能解决你的问题,请参考以下文章

scp报错“WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!”解决方法

scp 传输文件报错 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

SCP传送文件时提示No ECDSA host key is known forx.x.x.x and you have requested strict checking.问题的解决办法

ssh报错:Could not load host key:/etc/ssh/ssh_host_rsa_key&ssh_host_ecdsa_key&ssh_host_ed25519_key(示例代码

使用sshj包报错“TransportException [HOST_KEY_NOT_VERIFIABLE] Could not verify `ssh-ed25519` host key”

jenkins报错 Host key verification failed.