summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.59
1 files changed, 5 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 43e5c8522..ea6523584 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.92 2008/06/10 04:17:46 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.93 2008/06/10 07:12:00 jmc Exp $
38.Dd $Mdocdate: June 10 2008 $ 38.Dd $Mdocdate: June 10 2008 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -576,16 +576,17 @@ section of
576The patterns in an 576The patterns in an
577.Cm Address 577.Cm Address
578criteria may additionally contain addresses to match in CIDR 578criteria may additionally contain addresses to match in CIDR
579address/masklen format, e.g. 579address/masklen format, e.g.\&
580.Dq 192.0.2.0/24 580.Dq 192.0.2.0/24
581or 581or
582.Dq 3ffe:ffff::/32 . 582.Dq 3ffe:ffff::/32 .
583Note that the mask length provided must be consistent with the address - 583Note that the mask length provided must be consistent with the address -
584it is an error to specify a mask length that is too long for the address 584it is an error to specify a mask length that is too long for the address
585or one with bits set in this host portion of the address. For example, 585or one with bits set in this host portion of the address.
586For example,
586.Dq 192.0.2.0/33 587.Dq 192.0.2.0/33
587and 588and
588.Dq 192.0.2.0/8 589.Dq 192.0.2.0/8
589respectively. 590respectively.
590.Pp 591.Pp
591Only a subset of keywords may be used on the lines following a 592Only a subset of keywords may be used on the lines following a