diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-02-14 19:47:15 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-14 19:47:15 +0000 |
commit | f02e39982452024dafcf0ea6e536ebff586ffce4 (patch) | |
tree | 78cdaad953cc879dc7d97272436a4d84b228d94c /sshd_config.0 | |
parent | dc9e8d9c8401178683a1f53bc816389a1160dc41 (diff) |
Notes
Diffstat (limited to 'sshd_config.0')
-rw-r--r-- | sshd_config.0 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sshd_config.0 b/sshd_config.0 index af54da6b2220b..545b9a89c039f 100644 --- a/sshd_config.0 +++ b/sshd_config.0 @@ -637,7 +637,7 @@ DESCRIPTION the single token All which matches all criteria. The available criteria are User, Group, Host, LocalAddress, LocalPort, RDomain, and Address (with RDomain representing the rdomain(4) on which - the connection was received.) + the connection was received). The match patterns may consist of single entries or comma- separated lists and may use the wildcard and negation operators @@ -725,9 +725,9 @@ DESCRIPTION listen requests are permitted. Note that the GatewayPorts option may further restrict which addresses may be listened on. Note also that ssh(1) will request a listen host of M-bM-^@M-^\localhostM-bM-^@M-^] if no - listen host was specifically requested, and this this name is - treated differently to explicit localhost addresses of - M-bM-^@M-^\127.0.0.1M-bM-^@M-^] and M-bM-^@M-^\::1M-bM-^@M-^]. + listen host was specifically requested, and this name is treated + differently to explicit localhost addresses of M-bM-^@M-^\127.0.0.1M-bM-^@M-^] and + M-bM-^@M-^\::1M-bM-^@M-^]. PermitOpen Specifies the destinations to which TCP port forwarding is @@ -1089,4 +1089,4 @@ AUTHORS versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support for privilege separation. -OpenBSD 6.4 September 20, 2018 OpenBSD 6.4 +OpenBSD 6.5 March 22, 2019 OpenBSD 6.5 |