ssh remote host identification has changed

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

    For Mac users, you can use the -R flag of the ssh-keygen command. Quick example:

    ssh-keygen -R THE_IP_ADDRESS
    

    THE_IP_ADDRESS being the IP you're trying to ssh into. And then you can connect fine.

提交回复
热议问题