• 修改IP地址之后认证信息问题


    $ ssh lvph@172.16.20.20
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @    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 a host key has just been changed.
    The fingerprint for the ECDSA key sent by the remote host is
    SHA256:8q59Vea97SHwY5B+wMC67vkt8BWmRedDhaVmeygHIjc.
    Please contact your system administrator.
    Add correct host key in /c/Users/prjz/.ssh/known_hosts to get rid of this message.
    Offending ECDSA key in /c/Users/prjz/.ssh/known_hosts:9
    ECDSA host key for 172.16.20.20 has changed and you have requested strict checking.
    Host key verification failed.
    
    

    执行

    $ ssh-keygen -R 172.16.20.20
    # Host 172.16.20.20 found: line 9
    /c/Users/prjz/.ssh/known_hosts updated.
    Original contents retained as /c/Users/prjz/.ssh/known_hosts.old
    

    即可

  • 相关阅读:
    debian源
    python查找字符串所有子串
    python格式化输出
    Nmap扫描常用参数
    生日攻击
    python 逻辑运算符问题
    python装饰器中的计时器thd.strat用法
    One-hot encoding 独热编码
    协同过滤算法 teamCF
    bootstrap boosting bagging辨析
  • 原文地址:https://www.cnblogs.com/lph970417/p/12031503.html
Copyright © 2020-2023  润新知