blob: 214cc23b7a29c5ef4fe2753cf157ab22f9d5f26c (
plain)
- #!/usr/bin/env bash
- # 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" && \
- exec socat STDIO UNIX:"$3"
|