zoukankan      html  css  js  c++  java
  • mac os ssh远程链接centos提示证书错误解决方法

     

    开发者技术变现资源聚集地

     

    https://www.baiydu.com

     

     

     

    下面是错误提示

    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 RSA key sent by the remote host is

    SHA256:isp+9e0gKsdKoDA2DPhqOJoUBeqAFJa1B/PgnQKwY1s.

    Please contact your system administrator.

    Add correct host key in /var/root/.ssh/known_hosts to get rid of this message.

    Offending RSA key in /var/root/.ssh/known_hosts:2

    RSA host key for 39.104.28.1 has changed and you have requested strict checking.

    Host key verification failed.

     

     

    我这里导致这个错误的原因是, 这个服务器之前登陆成功过,但是重新安装系统之后,服务器名称变了, 链接该服务器的证书信息被MAC OS给记录在了本地。

     

     

    解决方法:删除MAC OS本地记录信息文件,再次链接

    rm -rf ~/.ssh/known_hosts 

     

     

     

     

  • 相关阅读:
    [洛谷P1886]滑动窗口 (单调队列)(线段树)
    树状数组详细解析
    离散化
    kettle使用总结(一)
    springBoot开发的web项目打war包部署到已有的tomcat容器中
    集群时钟同步
    linux服务器安装nginx
    Tomcat学习之体系架构
    码云新建仓库上传项目
    linux系统安装mysql yum方式
  • 原文地址:https://www.cnblogs.com/xiaoliao/p/10616494.html
Copyright © 2011-2022 走看看