CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/16 22:04:36
Modified files:
usr.bin/ssh : readconf.c ssh_config.5
Log message:
add a "match localnetwork" predicate.
This allows matching on the addresses of available network interfaces
and may be used to vary the effective client configuration based on
network location (e.g. to use a ProxyJump when not on a particular
network).
ok markus@
