CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/16 22:08:31
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh.1 ssh.c ssh_config.5
Log message:
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
