summaryrefslogtreecommitdiff
path: root/tests/home/testuser/.ssh/proxy-command
diff options
context:
space:
mode:
Diffstat (limited to 'tests/home/testuser/.ssh/proxy-command')
-rwxr-xr-xtests/home/testuser/.ssh/proxy-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/home/testuser/.ssh/proxy-command b/tests/home/testuser/.ssh/proxy-command
index 630327d..21c66fa 100755
--- a/tests/home/testuser/.ssh/proxy-command
+++ b/tests/home/testuser/.ssh/proxy-command
@@ -5,4 +5,4 @@
# pass this thing the host, the port, and the socket.
monkeysphere-ssh-proxycommand --no-connect "$1" "$2" && \
-socat STDIO UNIX:"$3"
+exec socat STDIO UNIX:"$3"