ssh remote host identification has changed

前端 未结 29 2054
故里飘歌
故里飘歌 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:50

    Edit /home/hostname /.ssh/known_hosts,and delete the 4 lines, and save it.

    Then run ssh root@pong again, you will see message like this:Are you sure you want to continue connecting (yes/no)? yes, just print yes.

    Note: If you got some problem, read the hints first, it will help.

提交回复
热议问题