博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
REMOTE HOST IDENTIFICATION HAS CHANGED
阅读量:5930 次
发布时间:2019-06-19

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

今天在使用scp命令上传文件到远端服务器时报如下错误,(ssh命令连接到远程服务器时也报同样的错误):

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    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 is38:26:00:4a:96:cc:43:f4:e8:99:a6:9b:d4:f8:55:e8.Please contact your system administrator.Add correct host key in /home/rusky/.ssh/known_hosts to get rid of this message.Offending key in /home/rusky/.ssh/known_hosts:4RSA host key for 192.168.1.123 has changed and you have requested strict checking.Host key verification failed.lost connection

处理方法:

删除known_hosts文件即可。

rm  ~/.ssh/known_hosts 

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

你可能感兴趣的文章
IntersectionObserver + Custom Elements 实现图片懒加载(滚动加载)/点击重试
查看>>
KSImageNamed-Xcode-master
查看>>
memcache
查看>>
Struts2参数知识点
查看>>
tomcat 8.0虚拟机配置文档
查看>>
轻松实现基于Heartbeat的高可用web服务集群
查看>>
分析y一款APP
查看>>
我的 ubuntu14.04.3 LTS
查看>>
mac 安装office
查看>>
学习bufio、fmt
查看>>
nginx 设置301重定向
查看>>
mycat 数据迁移测试
查看>>
SSDCRM用户体验版定期发布地址公布
查看>>
记录下测试服务器频繁死机问题解决
查看>>
489 - Hangman Judge
查看>>
Python3 列表
查看>>
基于Btrace的监控调试
查看>>
Spring船新版推出的WebFlux,是兄弟就来学我
查看>>
Python编程语言历史及特性01
查看>>
ListView常用的属性
查看>>