ssh remote host identification has changed

前端 未结 29 2049
故里飘歌
故里飘歌 2020-12-02 03:02

I\'ve reinstalled my server and I am getting these messages:

[user@hostname ~]$ ssh root@pong
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@           


        
29条回答
  •  攒了一身酷
    2020-12-02 03:43

    Just do:

    cd /home/user/.ssh/ -> here user will be your username, i.e. /home/jon/ for example.

    Then

    gedit known_hosts & and delete the contents inside it.

    Now ssh again, it should work.

提交回复
热议问题