ssh remote host identification has changed

前端 未结 29 2074
故里飘歌
故里飘歌 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 04:02

    My solution is:

    1. vi ~/.ssh/known_hosts
    2. delete the line that contains your want connected ip.

    This is better than delete all of the known_hosts

提交回复
热议问题