Answers for "remote host identification has changed! how to fix"

0

REMOTE HOST IDENTIFICATION HAS CHANGED

ssh-keygen -R [IP Server] -f [path file known_hosts]
Posted by: Guest on December-29-2021
0

REMOTE HOST IDENTIFICATION HAS CHANGED! how to fix in ubuntu

$ cd
$ rm .ssh/known_hosts
$ ssh ras.mydomain.com
Posted by: Guest on January-07-2022

Code answers related to "remote host identification has changed! how to fix"

Browse Popular Code Answers by Language