我正在尝试制作一个自动将文件从一台服务器复制到多台服务器的系统。作为其中的一部分,我正在使用 rsync 并安装 SSH 密钥,它可以正常工作。
我的问题是,当它第一次尝试连接到新服务器时,它会要求确认。有没有办法自动接受?
示例命令/输出:
rsync -v -e ssh * root@someip:/data/
The authenticity of host 'someip (someip)' can't be established.
RSA key fingerprint is somerandomrsakey.
Are you sure you want to continue connecting (yes/no)? yes