add a SessionType directive to ssh_config, allowing the configuration
authordjm <djm@openbsd.org>
Tue, 13 Jul 2021 23:48:36 +0000 (23:48 +0000)
committerdjm <djm@openbsd.org>
Tue, 13 Jul 2021 23:48:36 +0000 (23:48 +0000)
commite7245a2de177994aba9aea0f29b730b1e3797246
treea147e748627b2d2c018ac86baad19e8743ff34c7
parent38e4c4b6525d6ec557620cbbe2f2cab3f15f0595
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@
usr.bin/ssh/clientloop.c
usr.bin/ssh/mux.c
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/ssh.1
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh_config.5