zoukankan      html  css  js  c++  java
  • SSH不能连接并提示REMOTE HOST IDENTIFICATION HAS CHANGED解决

    SSH不能连接并提示REMOTE HOST IDENTIFICATION HAS CHANGED解决方法:

    如果提示信息如下:

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    @    WARNING: REMOTE HOST IDENTIFICATION HASCHANGED!     @

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    IT IS POSSIBLETHAT SOMEONE IS DOING SOMETHING NASTY!

    Someone couldbe eavesdropping on you right now (man-in-the-middle attack)!

    It is alsopossible that the RSA host key has just been changed.

    Thefingerprint for the RSA key sent by the remote host is

    3c:3c:4b:f9:37:2f:76:61:15:65:e5:80:1b:db:a7:3c.

    Please contactyour system administrator.

    Add correcthost key in /root/.ssh/known_hosts to get rid of this message.

    Offending keyin /root/.ssh/known_hosts:15

    RSA host keyfor 192.168.0.252 has changed and you have requested strict checking.

    Host keyverification failed.

    rsync:connection unexpectedly closed (0 bytes received so far) [sender]

    rsync error:error in rsync protocol data stream (code 12) at io.c(359)

    的解决办法:

    vi /root/.ssh/known_hosts

    找到要连接的主机的ip,把它的那行所有信息删除(就是一行)

  • 相关阅读:
    HTML5表单元素的学习
    微博账号注册
    微博三方登陆流程
    Vue发送短信逻辑
    celery异步发送短信
    celery
    celery
    jwt安装配置与原理
    图片验证
    Vue组件
  • 原文地址:https://www.cnblogs.com/thrillerz/p/3960757.html
Copyright © 2011-2022 走看看