X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fhome%2Ftestuser%2F.ssh%2Fproxy-command;h=214cc23b7a29c5ef4fe2753cf157ab22f9d5f26c;hb=de36d3b27039141ba6402cb91a19a1d852185a92;hp=630327d0f8f4497f068642c7c86fe9d3d2a61097;hpb=8859ba489c1234a3920cb121c177d06b3b8779f7;p=monkeysphere.git diff --git a/tests/home/testuser/.ssh/proxy-command b/tests/home/testuser/.ssh/proxy-command index 630327d..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" && \ -socat STDIO UNIX:"$3" +monkeysphere ssh-proxycommand --no-connect "$1" "$2" && \ +exec socat STDIO UNIX:"$3"