Displaying 1 result from an estimated 1 matches for "dev04".
Did you mean:
dev0
2012 Oct 22
2
SCP support for -o StrictHostKeyChecking=no broken
Hi.
With SCP, it seems like the option precedence is ignored.
Although this seems to work well with SSH.
$ scp -oStrictHostKeyChecking=no hs21-dev04:/tmp/1 hs21-dev02:/tmp/2
The authenticity of host 'hs21-dev04 (192.168.12.11)' can't be established.
RSA key fingerprint is ec:0f:eb:b2:fa:6f:50:ef:89:64:01:5e:c9:cc:54:20.
Are you sure you want to continue connecting (yes/no)?
$ ssh -oStrictHostKeyChecking=no hs21-dev04
Warning: Pe...