博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SCP报错:Host key verification failed.
阅读量:5917 次
发布时间:2019-06-19

本文共 1354 字,大约阅读时间需要 4 分钟。

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    

本文转自 boy461205160 51CTO博客,原文链接:http://blog.51cto.com/461205160/1923252

转载地址:http://uqwvx.baihongyu.com/

你可能感兴趣的文章
HDU 1978 How many ways
查看>>
C++ foreach
查看>>
codeforces 149E Martian Strings(KMP)
查看>>
一起谈.NET技术,以 .NET 创建 Code 39 条码图片 供水晶报表打印
查看>>
CSA主席:安全是云计算更进一步的困扰
查看>>
ASCII码----字符码值对照表(转)
查看>>
[ lucene高级 ] lucene准实时(near realtime)检索
查看>>
[转]C#网络编程(订立协议和发送文件) - Part.4
查看>>
32位和64位下字节长度
查看>>
2012年1月微软MVP申请开始!
查看>>
SQL 基础:Select语句,各种join,union用法
查看>>
马踏棋盘的贪心算法
查看>>
IO操作(read,write,flush)备忘
查看>>
URAL 1016 Cube on the Walk
查看>>
socket通信,server与多客户端通信
查看>>
C#笔试题收集
查看>>
THE HEART SUTRA---《般若波罗蜜多心经》英文版 by Edward Conze
查看>>
[Oracle]Net Manager
查看>>
matlab7.1在windows7安装后无法打开,解决方法:将win7的主题改为经典样式。
查看>>
大学毕业三个月,你做了些什么?
查看>>