我需要在 linux 命令行中执行以下操作:
ssh -o LogLevel=Error remote "scp f.log myhost:~/f.log'
它总是失败。
在我 ssh 到remote
机器后,我发现当我执行以下操作时
$ scp f.log myhost:~/f.log
The authenticity of host 'myhost(xxx.xx.xxx.xx)' can't be established.
RSA key fingerprint is xx:xx:xx.....
Are you sure you want to continue connecting (yes/no)? yes
如何禁用第二次检查?