]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: add a "match localnetwork" predicate.
authordjm@openbsd.org <djm@openbsd.org>
Mon, 17 Jul 2023 04:04:36 +0000 (04:04 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 17 Jul 2023 04:53:53 +0000 (14:53 +1000)
commit3071d85a47061c1bdaf11a0ac233b501ecba862c
tree23983c51c5138a36d8d8a9c41bbeeeabb56d3c43
parentbeec17bb311365b75a0a5941418d4b96df7d7888
upstream: 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@

OpenBSD-Commit-ID: cffb6ff9a3803abfc52b5cad0aa190c5e424c139
readconf.c
ssh_config.5