strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d7eec03
)
testing: ssh script forwards arguments to ssh command
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 4 Mar 2013 10:36:47 +0000
(11:36 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 5 Mar 2013 16:40:12 +0000
(17:40 +0100)
This allows to execute commands on a virtual host.
testing/ssh
patch
|
blob
|
history
diff --git
a/testing/ssh
b/testing/ssh
index
fc72c26
..
9e6d49a
100755
(executable)
--- a/
testing/ssh
+++ b/
testing/ssh
@@
-17,4
+17,5
@@
then
exit 1
fi
exit 1
fi
-exec ssh $SSHCONF -q root@$ip
+shift
+exec ssh $SSHCONF -q root@$ip $@