Add support for configuration tags to ssh(1).
authordjm <djm@openbsd.org>
Mon, 17 Jul 2023 04:08:31 +0000 (04:08 +0000)
committerdjm <djm@openbsd.org>
Mon, 17 Jul 2023 04:08:31 +0000 (04:08 +0000)
commite41e10e3956bbdc62b15cc3991e218376689320b
tree45ccc4f01c27edf86015783e90c83e937a3e20bc
parentaf0d252a2200310dba06e7d77aa6da4282a245e8
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
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/ssh.1
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh_config.5