@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
22:b6:3f:5e:0c:12:ac:12:ac:6a:9b:47:2a:4c:10:ee.
Please contact your system administrator.
Add correct host key in /Users/gxh/.sshown_hosts to get rid of this message.
Offending RSA key in /Users/gxh/.sshown_hosts:3
RSA host key for 192.168.1.108 has changed and you have requested strict checking.
Host key verification failed.
把~/.ssh/known_hosts里面 192.168.1.108对应的那段ssh-rsa删除了重新登录
1 个赞
rm -rf ~/.ssh/known_hosts
2 个赞