解决阿里云服务器重置后无法ssh连接的问题

阿里云服务器重置系统后
在终端用ssh连接时出现

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
51:82:00:1c:7e:6f:ac:ac??f1:53:08:1c:7d:55:68.
Please contact your system administrator.
Add correct host key in /Users/isaacalves/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/isaacalves/.ssh/known_hosts:12
RSA host key for 104.131.16.158 has changed and you have requested strict checking.
Host key verification failed.

解决方法
在终端输入 ssh-keygen -R +服务器地址
出现 以下语句

The authenticity of host ‘服务器地址’ can’t be established.
ECDSA key fingerprint is SHA256:qBnZwIJYB+eM6EIEDZItqn8aEODQf8lBG6BuWOPfaGc.
Are you sure you want to continue connecting (yes/no)?

输入yes之后即可用ssh正常连接

你可能感兴趣的:(解决阿里云服务器重置后无法ssh连接的问题)