]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Add support for configuration tags to ssh(1).
authordjm@openbsd.org <djm@openbsd.org>
Mon, 17 Jul 2023 04:08:31 +0000 (04:08 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 17 Jul 2023 04:53:53 +0000 (14:53 +1000)
commit919bc3d3b712c920de1ae6be5ac6561c98886d7e
tree765ab56514adb14a3edc2bbd7369919a91376a93
parent3071d85a47061c1bdaf11a0ac233b501ecba862c
upstream: Add support for configuration tags to ssh(1).

This adds a ssh_config(5) "Tag" directive and corresponding
"Match tag" predicate that may be used to select blocks of
configuration similar to the pf.conf(5) keywords of the same
name.

ok markus

OpenBSD-Commit-ID: dc08358e70e702b59ac3e591827e5a96141b06a3
readconf.c
readconf.h
ssh.1
ssh.c
ssh_config.5