]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: add a SessionType directive to ssh_config, allowing the
authordjm@openbsd.org <djm@openbsd.org>
Tue, 13 Jul 2021 23:48:36 +0000 (23:48 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 13 Jul 2021 23:49:47 +0000 (09:49 +1000)
commiteda8909d1b0a85b9c3804a04d03ec6738fd9dc7f
tree67d608d9dfd6d927376414a40eaf1c9fac286a13
parent7ae69f2628e338ba6e0eae7ee8a63bcf8fea7538
upstream: 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@

OpenBSD-Commit-ID: 726ee931dd4c5cc7f1d7a187b26f41257f9a2d12
clientloop.c
mux.c
readconf.c
readconf.h
ssh.1
ssh.c
ssh_config.5