当前位置: 代码迷 >> 综合 >> RSA host key for chdp03 has changed and you have requested strict checking.
  详细解决方案

RSA host key for chdp03 has changed and you have requested strict checking.

热度:22   发布时间:2023-10-19 11:24:22.0

本地有三台虚拟集群,在配置chdp01到chdp02的免密后,从chdp02进行克隆得到chdp03。在配置chdp01到chdp03的免密时发生如下错误:(而后在chdp01/chdp02尝试ssh登录chdp03报同样错误)
RSA host key for chdp03 has changed and you have requested strict checking.
参考这位大佬博客:https://blog.csdn.net/github_38236333/article/details/78335903
如下:克隆同理解决

因为重装后,本地机和服务器内部ssh对不上导致错误,因此,只需要删除本地机ssh缓存信息,即可恢复。
在本地机输入一下命令行:ssh-keygen -R [服务器ip address]

问题解决
RSA host key for chdp03 has changed and you have requested strict checking.
RSA host key for chdp03 has changed and you have requested strict checking.

  相关解决方案