zoukankan      html  css  js  c++  java
  • ssh ip "WARING:REMOTE HOST IDENTIFICATION HAS CHANGED!"

    [root@ok network-scripts]# ssh 192.168.1.10
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @    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
    8b:e7:b8:6b:eb:a8:2d:06:7b:f1:75:c9:b5:48:a9:06.
    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:19
    RSA host key for 192.168.1.10 has changed and you have requested strict checking.
    Host key verification failed.
    
    [root@ok network-scripts]# mv ~/.ssh/known_hosts ~/.ssh/known_hosts.bak
    [root@ok network-scripts]# ssh 192.168.1.10
    The authenticity of host '192.168.1.10 (192.168.1.10)' can't be established.
    RSA key fingerprint is 8b:e7:b8:6b:eb:a8:2d:06:7b:f1:75:c9:b5:48:a9:06.
    Are you sure you want to continue connecting (yes/no)? 
    
  • 相关阅读:
    批处理判断操作系统32位或64位,并注册服务
    VS 2008 快捷键
    VisualSVN Server导入Repository
    C++函数CString类常用函数
    委托和事件
    弄清楚类的访问符
    47-礼物的最大价值
    46-把数字翻译成字符串
    Github使用
    Hash算法相关
  • 原文地址:https://www.cnblogs.com/bass6/p/5513499.html
Copyright © 2011-2022 走看看