zoukankan      html  css  js  c++  java
  • SSH登陆错误 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

    Connection to 192.168.10.20 closed.
    [root@localhost ~]# ssh 192.168.10.88
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @    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 is
    b6:0c:41:43:60:79:eb:05:9e:c9:72:1d:a0:41:9a:50.
    Please contact your system administrator.
    Add correct host key in /root/.ssh/known_hosts to get rid of this message.
    Offending key in /root/.ssh/known_hosts:5
    RSA host key for 192.168.10.88 has changed and you have requested strict checking.
    Host key verification failed.

    1.在客户端执行下述指令即可 #mv /root/.ssh/known_hosts /tmp

    2.当然也可以直接编辑known_hosts文件,把里面与所要连接IP(192.168.10.20)相关的内容删掉即可.

  • 相关阅读:
    代码对齐[UVA1593]
    数数字
    子序列
    细菌培养
    内联函数那些事情
    一个简单的问题
    头文件重复包含问题的一点笔记
    mapreduce 对文件分词读取
    hadoop hive-2.3.5安装
    hadoop sqoop 实例
  • 原文地址:https://www.cnblogs.com/dongzhiquan/p/2717439.html
Copyright © 2011-2022 走看看