CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/13 17:48:36
Modified files:
usr.bin/ssh : clientloop.c mux.c readconf.c readconf.h ssh.1
ssh.c ssh_config.5
Log message:
add a SessionType directive to ssh_config, allowing the configuration
file to offer equivalent control to the -N (no session) and -s
(subsystem) command-line flags.
Part of GHPR#231 by Volker Diels-Grabsch with some minor tweaks;
feedback and ok dtucker@
