X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fhome%2Ftestuser%2F.ssh%2Fproxy-command;h=214cc23b7a29c5ef4fe2753cf157ab22f9d5f26c;hb=375c864f9b89cb8f8923dfcb7a9ba2e783a244da;hp=21c66faaf7dc2e046c3198844a338cdbad1ea38f;hpb=20e88948f035c56d51f07c53de50b75df57fc816;p=monkeysphere.git 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"