博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MAC远程服务修复:WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
阅读量:6178 次
发布时间:2019-06-21

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

  hot3.png

今天在使用Git操作远程服务的时候提示远程主机识别修改

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    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 a host key has just been changed.The fingerprint for the ECDSA key sent by the remote host isSHA256:----------------------------------.Please contact your system administrator.Add correct host key in /Users/dyz/.ssh/known_hosts to get rid of this message.Offending ECDSA key in /Users/dyz/.ssh/known_hosts:1ECDSA host key for gitlab.baidu.com has changed and you have requested strict checking.Host key verification failed.fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.

原因是昨天重装了阿里云主机的系统,导致本机里存储的远程主机信息发生了变化,按照上面的提示信息进入/Users/dyz/.ssh,编辑打开 known_hosts 文件,我这里只连接过一个远程主机,所以删除了里面所有内容,保存后重新Git操作链接到远程,

Are you sure you want to continue connecting (yes/no)?

输入yes即可

转载于:https://my.oschina.net/mdu/blog/3017983

你可能感兴趣的文章
DNS服务-了解篇
查看>>
Apache Shiro在web开发安全技术中的应用
查看>>
源码安装MySQL 5.1 GA
查看>>
苹果电脑获取Android Studio的发布版SHA1和开发版SHA1
查看>>
How to troubleshooting RAC Vip Problem
查看>>
jar 命令 打包装class文件的文件夹
查看>>
CentOS 7.2 部署Saltstack
查看>>
centos7下安装MPlayer
查看>>
docker容器中安装vim
查看>>
smokeping 监控
查看>>
NTB EEPROM设置与跨节点数据传输
查看>>
IEEE 802.1Q Tunneling
查看>>
linux服务器之lamp(傻瓜式)
查看>>
接口测试Fiddler实战
查看>>
那个能报警的相机有了新伙伴:海康威视运动相机登场
查看>>
NULL与""空字符串的区别
查看>>
OSPF邻居关系建立过程详解
查看>>
JDK10 EA版特性速览
查看>>
超过254个IP,如何规划子网
查看>>
Amoeba新版本MYSQL读写分离配置
查看>>