错误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:
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 一个奇形怪状的面试题:Bean中的CHM要不要加volatile?
· [.NET]调用本地 Deepseek 模型
· Blazor Hybrid适配到HarmonyOS系统
· Obsidian + DeepSeek:免费 AI 助力你的知识管理,让你的笔记飞起来!
· 解决跨域问题的这6种方案,真香!
· 分享4款.NET开源、免费、实用的商城系统
· 一套基于 Material Design 规范实现的 Blazor 和 Razor 通用组件库