[openssh-commits] [openssh] branch master updated (7ae69f26 -> eda8909d)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 14 09:49:59 AEST 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 7ae69f26 upstream: fix some broken tests; clean up output
new eda8909d upstream: add a SessionType directive to ssh_config, allowing the
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit eda8909d1b0a85b9c3804a04d03ec6738fd9dc7f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jul 13 23:48:36 2021 +0000
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
Summary of changes:
clientloop.c | 9 +++------
mux.c | 5 ++---
readconf.c | 23 +++++++++++++++++++++--
readconf.h | 7 ++++++-
ssh.1 | 15 +++++++++++++--
ssh.c | 38 +++++++++++++++++++-------------------
ssh_config.5 | 19 +++++++++++++++++--
7 files changed, 81 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list