@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
SHA256:w2k9ASdep3OqX66X4mthspX6oqqfImvHSp7l5vMG78g.
Please contact your system administrator.
Add correct host key in C:\\Users\\32636/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\\Users\\32636/.ssh/known_hosts:6
ECDSA host key for 47.115.219.146 has changed and you have requested strict checking.
Host key verification failed.
问题原因
一般发生在重装系统上,本地最早已经远程连接过服务器,生成了本地远程连接信息,当重装系统后,
本地密钥信息还在,但远程已经重装了系统
解决方法:
ssh-keygen -R 加上你要连接的远程的ip