summaryrefslogtreecommitdiff
path: root/tests/home/testuser/.ssh/proxy-command
blob: 630327d0f8f4497f068642c7c86fe9d3d2a61097 (plain)
  1. #!/usr/bin/env bash
  2. # simple socket-based proxy-command wrapper for testing monkeysphere.
  3. # pass this thing the host, the port, and the socket.
  4. monkeysphere-ssh-proxycommand --no-connect "$1" "$2" && \
  5. socat STDIO UNIX:"$3"