Displaying 1 result from an estimated 1 matches for "subsystemoptions".
2019 Dec 12
4
Controlling SO_RCVBUF
...much more modest enhancement that just does SO_RCVBUF for specific subsystems. In the interest of adding something that the OpenSSH community would take back into the source base, what do people think is a better fit in the configuration file?
A single keyword for specifying connection options:
SubsystemOptions <subsystem-name> [command-line-option...]
The subsystem name would be scp, sftp-server, etc. The command line options would be -r <n> or --rcvbuf <n> to allow one to specify the number passed to SO_RCVBUF. This would allow one to easily add other options (like SO_SNDBUF support...