报错信息如下:
[ root@locathost ~]#ssh root@192.168.0.111
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
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 : sdfdsfsdfvbmTMVuisLNj fN.
PLease contact your system administrator.
Add correct host key in /root/.ssh/known_ hosts to get rid of this message.
offending ECDSA key in /root/.ssh/known_ hosts:4
ECDSA host key for 192.168.0.111 has changed and you have requested strict checking.
Host key verification failed .
背景:ssh要登录的目标服务器刚重装了centos系统,配置了与之前相同的ip地址,设置了与之前相同的root口令。
解决办法:
[ root@Localhost ~]# vi /root/.ssh/known_ hosts删掉之前保存的192.168.0.111那条信息即可。