summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd_config.5
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-08-12 19:19:05 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-08-12 19:19:05 +0000
commit1723e3a9f8d75549a0f1301ffd7ccdf0faabbeaf (patch)
treea690bf7296e3b480c2abfa08314aa0c0be78bd12 /usr.bin/ssh/sshd_config.5
parent23a4ba12fb47d33e8ef07ca738a3e82690976aa1 (diff)
Use 2001:db8::/32, the official IPv6 subnet for configuration examples.
This makes the IPv6 example consistent with IPv4, and removes a dubious mention of a 6bone subnet. ok sthen@ millert@
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r--usr.bin/ssh/sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index d8892f89578..24f0815f562 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.227 2016/07/19 12:59:16 jmc Exp $
-.Dd $Mdocdate: July 19 2016 $
+.\" $OpenBSD: sshd_config.5,v 1.228 2016/08/12 19:19:04 jca Exp $
+.Dd $Mdocdate: August 12 2016 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -1075,7 +1075,7 @@ criteria may additionally contain addresses to match in CIDR
address/masklen format, e.g.\&
.Dq 192.0.2.0/24
or
-.Dq 3ffe:ffff::/32 .
+.Dq 2001:db8::/32 .
Note that the mask length provided must be consistent with the address -
it is an error to specify a mask length that is too long for the address
or one with bits set in this host portion of the address.