➜  ~ ssh  root@218.241.xxx 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
SHA256:dg94ZKYfRhqsmEW2P5uofC1AtrlbevWQ6eX3ylI2Z8Q.
Please contact your system administrator.
Add correct host key in /Users/xuys/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/xuys/.ssh/known_hosts:31
RSA host key for 218.241.xxx has changed and you have requested strict checking.
Host key verification failed.

 

解决办法

ssh-keygen -R 218.241.xxx.xxx

刷新令牌

重新链接即可!

最后修改日期: 2017年8月23日

作者