A服务器往B服务器传输数据 ;

今天在公司内网执行 scp 的是报错,提示  Add correct host key in /root/.ssh/known_hosts to get rid of this message

  大致问题就是 登录标识证书变了 ;

linux内网SSH,SCP其他服务器Add correct host key in /root/.ssh/known_hosts to get rid of this message-报错

解决办法:

执行   ssh-****** -R  192.168.1.1    --->>>>  清除本地缓存证书(A服务器执行)  ;

 

相关文章: