这个看着像是公司指定策略,其实是linux内置的符号。
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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

原因:服务器的 SSH 配置发生了变化,例如重新安装了操作系统或者更换了 SSH 服务。
解决方法:删除旧的条目来更新 known_hosts 文件。使用以下命令移除旧的密钥:
ssh-keygen -f "/root/.ssh/known_hosts" -R "10.83.12.224"
一键获取完整项目代码
bash
之后可远程登录该服务器