summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-10-25 00:19:47 +0000
committerDamien Miller <djm@mindrot.org>2017-10-25 12:26:21 +1100
commit68af80e6fdeaeb79432209db614386ff0f37e75f (patch)
treef3933ecc3e27513aa642587f90f44fffd4a7f13e /sshd_config.5
parent35eb33fb957979e3fcbe6ea0eaee8bf4a217421a (diff)
upstream commit
add a "rdomain" criteria for the sshd_config Match keyword to allow conditional configuration that depends on which rdomain(4) a connection was recevied on. ok markus@ Upstream-ID: 27d8fd5a3f1bae18c9c6e533afdf99bff887a4fb
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.511
1 files changed, 9 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index c216fb75b..0b91f9f74 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.257 2017/10/25 00:17:08 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.258 2017/10/25 00:19:47 djm Exp $
37.Dd $Mdocdate: October 25 2017 $ 37.Dd $Mdocdate: October 25 2017 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -1054,8 +1054,15 @@ The available criteria are
1054.Cm Host , 1054.Cm Host ,
1055.Cm LocalAddress , 1055.Cm LocalAddress ,
1056.Cm LocalPort , 1056.Cm LocalPort ,
1057.Cm RDomain ,
1057and 1058and
1058.Cm Address . 1059.Cm Address
1060(with
1061.Cm RDomain
1062representing the
1063.Xr rdomain 4
1064on which the connection was received.)
1065.Pp
1059The match patterns may consist of single entries or comma-separated 1066The match patterns may consist of single entries or comma-separated
1060lists and may use the wildcard and negation operators described in the 1067lists and may use the wildcard and negation operators described in the
1061.Sx PATTERNS 1068.Sx PATTERNS