blob: 21c66faaf7dc2e046c3198844a338cdbad1ea38f (
plain)
- #!/usr/bin/env bash
- # simple socket-based proxy-command wrapper for testing monkeysphere.
- # pass this thing the host, the port, and the socket.
- monkeysphere-ssh-proxycommand --no-connect "$1" "$2" && \
- exec socat STDIO UNIX:"$3"
|