diff --git a/testing/ssh b/testing/ssh index fc72c265e..9e6d49a61 100755 --- a/testing/ssh +++ b/testing/ssh @@ -17,4 +17,5 @@ then exit 1 fi -exec ssh $SSHCONF -q root@$ip +shift +exec ssh $SSHCONF -q root@$ip $@