CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/02 20:27:13
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh.c ssh_config.5
Log message:
Make with config keywords support which percent_expansions more consistent.
- %C is moved into its own function and added to Match Exec.
- move the common (global) options into a macro. This is ugly but it's
the least-ugly way I could come up with.
- move IdentityAgent and ForwardAgent percent expansion to before the
config dump to make it regression-testable.
- document all of the above
ok jmc@ for man page bits, "makes things less terrible" djm@ for the rest.