錯誤RSA host key for [ip address] has changed and you have requested strict checking.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
SHA256:v6F5Qchy3Mk6z4syY5a3eSxoQB+0ze1++LA4rQVkRSU.
Please contact your system administrator.
Add correct host key in /Users/zhangjin/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/zhangjin/.ssh/known_hosts:18
RSA host key for 115.28.141.148 has changed and you have requested strict checking.
Host key verification failed.

 

只需要刪除本地機ssh緩存信息,即可恢復。 在本地機輸入一下命令行: ssh-keygen -R [服務器ip address]

得到以下結果:

/Users/zhangjin/.ssh/known_hosts updated.
Original contents retained as /Users/zhangjin/.ssh/known_hosts.old

 

再次連接輸入密碼成功

The authenticity of host '*.*.*.*' can't be established.
ECDSA key fingerprint is SHA256:+K9vTvv/cVCgsA03tj8IH3Az9nSnaSMkzxCpfsc2l9A.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '*.*.*.*' (ECDSA) to the list of known hosts.
root@115.28.141.148's password:

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM