[openssh-commits] [openssh] branch master updated (38f6000e -> f519e71f)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 15 13:16:42 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 38f6000e depend
new caa3c0c7 upstream: "Match command ..." support for ssh_config to allow
new 192a20df upstream: Add support for "Match sessiontype" to ssh_config. Allows
new 9131ac64 upstream: add "Match version" support to ssh_config. Allows
new f519e71f depend
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit f519e71fb7a46314ae16e2a75490649dc0bd01a2
Author: Damien Miller <djm at mindrot.org>
Date: Sat Feb 15 13:12:40 2025 +1100
depend
commit 9131ac64b0ebe66dc1de9d44bf8d1bd64a24c350
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Feb 15 01:52:07 2025 +0000
upstream: add "Match version" support to ssh_config. Allows
matching on the local version of OpenSSH, e.g. "Match version OpenSSH_10.*"
ok markus@
OpenBSD-Commit-ID: c0cb504d0b9e43ccf12e68a544a7cd625e89758d
commit 192a20df00c8a56fe7d92ffa23d959c865d7fb9e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Feb 15 01:50:47 2025 +0000
upstream: Add support for "Match sessiontype" to ssh_config. Allows
matching on the type of session requested, either "shell" for interactive
sessions, "exec" for command execution sessions, "subsystem" for subsystem
requests, such as sftp, or "none" for transport/forwarding-only sessions.
ok markus@
OpenBSD-Commit-ID: eff5c001aecb2283d36639cfb28c0935a8bfd468
commit caa3c0c77082888236b0b0c4feb3e6879731b3ba
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Feb 15 01:48:30 2025 +0000
upstream: "Match command ..." support for ssh_config to allow
matching on the remote command specified on the commandline.
Also relaxes matching rules for `Match tagged` to allow
`Match tagged ""` to match an empty tag value. This also works
for command.
ok markus@
OpenBSD-Commit-ID: 00dcfea425bf58d824bf5e3464cfc2409121b60d
Summary of changes:
.depend | 4 +--
readconf.c | 87 +++++++++++++++++++++++++++++++++++++++++++----------------
readconf.h | 6 ++---
servconf.c | 18 ++++++++++---
ssh-keysign.c | 4 +--
ssh.c | 20 ++++++++------
ssh_config.5 | 44 +++++++++++++++++++++++++++---
sshd_config.5 | 12 +++++++--
version.h | 2 +-
9 files changed, 149 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list