CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/30 03:19:13
Modified files:
usr.bin/ssh : channels.c channels.h clientloop.c clientloop.h
mux.c opacket.h packet.c packet.h ssh.c
Log message:
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
- mux client speaks the ssh-packet protocol directly over unix-domain socket.
- mux server acts as a proxy, translates channel IDs and relays to the server.
- no filedescriptor passing necessary.
- combined with unix-domain forwarding it's even possible to run mux client
and server on different machines.
feedback & ok djm@