]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Add support for "Match sessiontype" to ssh_config. Allows
authordjm@openbsd.org <djm@openbsd.org>
Sat, 15 Feb 2025 01:50:47 +0000 (01:50 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 15 Feb 2025 02:11:34 +0000 (13:11 +1100)
commit192a20df00c8a56fe7d92ffa23d959c865d7fb9e
treeb560e9cc740b89349bbbef97c2f07faaf310a7fd
parentcaa3c0c77082888236b0b0c4feb3e6879731b3ba
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
readconf.c
ssh_config.5