CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/14 18:48:30
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh-keysign.c ssh.c
ssh_config.5
Log message:
"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@
