no host auth for copy-*-target

updater
devrandom 13 years ago
parent 0d12b0f72f
commit 6c7dd53eed

@ -41,4 +41,4 @@ if [ $# = 0 ] ; then
exit 1
fi
scp -oConnectTimeout=2 -i ${GITIAN_BASE:-.}/var/id_dsa -P $VM_SSH_PORT -r $TUSER@localhost:$1 $2
scp -oConnectTimeout=2 -oNoHostAuthenticationForLocalhost=yes -i ${GITIAN_BASE:-.}/var/id_dsa -P $VM_SSH_PORT -r $TUSER@localhost:$1 $2

@ -41,4 +41,4 @@ if [ $# = 0 ] ; then
exit 1
fi
scp -oConnectTimeout=2 -i ${GITIAN_BASE:-.}/var/id_dsa -P $VM_SSH_PORT $1 $TUSER@localhost:$2
scp -oConnectTimeout=2 -oNoHostAuthenticationForLocalhost=yes -i ${GITIAN_BASE:-.}/var/id_dsa -P $VM_SSH_PORT $1 $TUSER@localhost:$2

Loading…
Cancel
Save