我需要帮助.我正在尝试从命令行执行此行

获取有关主机密钥的错误.

我的挂载点在那里,我验证主机密钥是否存在,以及任何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

dawei

【声明】:唐山站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。