ssh错误:IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (manSomeone could be eavesdropping on you right now (man-in-the-middle attack)!@TOC
通过ssh 登录一台linux 主机 ,错误信息如下:
C:\adb>ssh xxx@192.168.1.111 -p 1234
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:+B9H3D9De32XWPuZPVU0xMepqoCE135udEpbWr+3/Xc.
Please contact your system administrator.
Add correct host key in C:\Users\xxx/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\Users\xxx/.ssh/known_hosts:10
ECDSA host key for [192.168.1.111]:1234has changed and you have requested strict checking.
Host key verification failed.
解决方法
找到文件 C:\Users\xxx/.ssh/known_hosts
找到ssh的历史记录,删除就可以了