aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtesting/ssh3
1 files changed, 2 insertions, 1 deletions
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 $@