diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-08 23:59:35 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-08 23:59:35 -0500 |
commit | 770f45b0c1d72a1bb89fd98fe070a6dfdcc4c0bf (patch) | |
tree | bdc3d81acc860b08f07e00695c9c1206fe1b3247 /tests/home/testuser | |
parent | 9cc92238a9a9b21d37b983932d5a6a012cf80aba (diff) | |
parent | 7485d66be9e4aebaf273b8b4082caa4c2404f6e7 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'tests/home/testuser')
-rwxr-xr-x | tests/home/testuser/.ssh/proxy-command | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/home/testuser/.ssh/proxy-command b/tests/home/testuser/.ssh/proxy-command index 21c66fa..214cc23 100755 --- a/tests/home/testuser/.ssh/proxy-command +++ b/tests/home/testuser/.ssh/proxy-command @@ -3,6 +3,7 @@ # simple socket-based proxy-command wrapper for testing monkeysphere. # pass this thing the host, the port, and the socket. +which monkeysphere >&2 -monkeysphere-ssh-proxycommand --no-connect "$1" "$2" && \ +monkeysphere ssh-proxycommand --no-connect "$1" "$2" && \ exec socat STDIO UNIX:"$3" |