search for: sshmux_command_sock

Displaying 1 result from an estimated 1 matches for "sshmux_command_sock".

Did you mean: sshmux_command_socks
2008 Jun 19
5
Portforwarding using the control master.
Hi all, currently I am considering writing a patch for OpenSSH that will allow portforwarding using the control_master unix domain socket. The idea is to introduce an extra SSHMUX command, SSHMUX_COMMAND_SOCKS, which will then pass control to the normal socks functions used for dynamic forwarding. The main reason for me to write this patch are: - some more control over who gets to connect to portforwardings. (the control_master has uid control build in, while everyone can connect to the (dynamic) port...