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 

     

     

     

     

  • 相关阅读:
    win10美化
    ubuntu wine QQ
    chromedriver@2.41.0 install: `node install.js`
    修改placeholder样式
    win7 烧 驱动
    CSS布局
    菜鸟教程首页
    CSS选择器
    break,continue和label语句
    for-in语句
  • 原文地址:https://www.cnblogs.com/xiaoliao/p/10616494.html
Copyright © 2011-2022 走看看