报错信息
PS C:\Users\10283> ssh root@10.0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:2km5os0uU7grDLKw95xLuJfncuQIbstwwE9KIWelSP8.
Please contact your system administrator.
Add correct host key in C:\\Users\\10283/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\\Users\\10283/.ssh/known_hosts:1
ECDSA host key for 10.0.0.5 has changed and you have requested strict checking.
Host key verification failed.
解决办法
ssh-keygen -R 10.0.0.5