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

时间: 2024-10-09 05:54:47

SCP报错:Host key verification failed.的相关文章

win10 git 报错 Host key verification failed

从code.aliyun.com切回github 原先的known_hosts里记录的是code.aliyun.com的ip,必须新加一个github的. known_hosts报错Host key verification failed. powershell用多了,stackoverflow上的解决办法一个都没用. 切记,win10必须在git bash下运行下面的命令,cmd powershell里面运行都不管用. ssh -T [email protected] 选择yes 添加信任.

jenkins报错 Host key verification failed.

一.Host key verification failed 问题描述 在本地windows机器上安装了jenkins,在git bash命令行窗口可以使用git pull命令,但是在jenkins 中执行git pull就会报错. C:\01_Project\doc\>git pull Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the

scp报错:Host key verification failed. REMOTE HOST IDENTIFICATION HAS CHANGED!

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! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@

ssh-copy-id报错: Host key verification failed

/workspace:$ ssh-copy-id [email protected]  -p 22022 /usr/local/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/local/bin/ssh-copy-id: ERROR: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ERROR: @

登录远程Linux服务器:报Host key verification failed错误

远程Linux服务器,报Host key verification failed错误.问题:使用其他电脑登录远程Linux服务器,可以登录,但其中一台电脑登录时报该错误.原因:是因为登录服务器时主机会把它的服务器登录标识证书记录下来,下次登录时会去比对之前的记录,由于系统重装,标识变了导致不能继续登录.解决:在客户端执行命令:ssh-keygen -R 要登录的服务器ip 错误详情和解决: LOVE:~ han$ ssh [email protected] @@@@@@@@@@@@@@@@@@@

ice版本resize 错误调试(Host key verification failed)

感谢朋友支持本博客,欢迎共同探讨交流,由于能力和时间有限,错误之处在所难免,欢迎指正! 如有转载,请保留源作者博客信息. Better Me的博客:blog.csdn.net/tantexian 如需交流,欢迎大家博客留言. 117为控制节点和计算节点共用节点上: nova --debug  resize fefe2ba2-69dc-46dc-b337-da2788d94d494 117上的compute日志报错: vim /var/log/nova/compute.log [instance:

ssh连接云服务器Host key verification failed

一.用ssh连接远程服务器意外报错. 报错信息 $ ssh [email protected]*.* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEON

SSH登录失败:Host key verification failed

转载自:https://help.aliyun.com/knowledge_detail/41471.html 注意:本文相关 Linux 配置及说明已在 CentOS 6.5 64 位操作系统中进行过测试.其它类型及版本操作系统配置可能有所差异,具体情况请参阅相应操作系统官方文档. 问题描述 使用 SSH 登录云服务器 ECS (Elastic Compute Server) Linux 服务器时,出现类似如下错误信息,导致无法正常连接. Linux 环境连接报错信息: @@@@@@@@@@@

大数据集群ssh登录其他机器失败 RSA host key for zb03 has changed and you have requested strict checking. Host key verification failed.

[[email protected] .ssh]$ scp authorized_keys [email protected]:/home/hadoop/.ssh @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@