summaryrefslogtreecommitdiff
path: root/tests/home/testuser/.ssh
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-02-09 21:54:58 -0500
committerMatt Goins <mjgoins@openflows.com>2009-02-09 21:54:58 -0500
commit3b81cd012e8224490a3836cccbd7d082a061658e (patch)
tree71fa874a6a98680388ff7a8b1a6e478390bd5b1d /tests/home/testuser/.ssh
parentc9a361eecab5ea18d0b868580a3d0703517ab677 (diff)
parentd71cf8d24bd9357a016b1ead375a67ccd955c130 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'tests/home/testuser/.ssh')
-rwxr-xr-xtests/home/testuser/.ssh/proxy-command3
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"