| commit | 388f6fc48561851dcedd5433aff75f60af573fb2 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Fri May 21 14:57:35 2010 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Fri May 21 14:57:35 2010 +1000 |
| tree | 4ac7be863c3ba9be98df80c6d66953608cd77a6c | |
| parent | d530f5f471491b6be9edb58a063f2590e4dce48d [diff] |
- markus@cvs.openbsd.org 2010/05/16 12:55:51
[PROTOCOL.mux clientloop.h mux.c readconf.c readconf.h ssh.1 ssh.c]
mux support for remote forwarding with dynamic port allocation,
use with
LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost`
feedback and ok djm@