我需要帮助.我正在尝试从命令行执行此行
获取有关主机密钥的错误.
我的挂载点在那里,我验证主机密钥是否存在,以及任何hekp在此将非常感谢.
su oracle -c’/usr/bin/rsync -zarR –delete –exclude“lost found”–links –rsh =“ssh -i /home/oracle/.ssh/rsync_lowZone_priv”hostname:/ u02 /’
主机密钥验证失败.
rsync:连接意外关闭(到目前为止收到0个字节)[receiver]
rsync错误:io.c上的无法解释的错误(代码255)(600)[receiver = 3.0.6]
谢谢
解决方法
Host Key Verification Failed
这篇文章很好地解释了这个问题.简而言之:
The host key for domain.com has changed. If this does not seem fishy to you, you can remove the old key from your local cache using
ssh-keygen -R domain.com