zoukankan      html  css  js  c++  java
  • ssh无法连接

    ssh错误

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

    @    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
    2f:71:db:f6:fa:9a:73:56:2f:3a:28:65:85:32:62:ec.

    Please contact your system administrator.


    解决方法:

     rm .ssh/known_hosts 

    即删除本用户的hosts


    解释:

    This is caused by the fact that SSH is by default configured to check for the remote machine's host key every time a connection is to be established.

    You can fix the problem by whether disabling the key check, or have the right key in your ~/.ssh/known_hosts file.


    每天早上叫醒你的不是闹钟,而是心中的梦~
  • 相关阅读:
    uva11021
    WC2019退役失败记
    北大集训2018垫底记
    NOI后训练记录
    NOI2018垫底记
    NOI前训练记录
    JSOI2018R2游(afo)记
    HNOI(AHOI)2018游记
    JSOI2018R1(九省联考)游(afo)记
    LR 8 Hello 戊戌
  • 原文地址:https://www.cnblogs.com/vintion/p/4117029.html
Copyright © 2011-2022 走看看