diff options
Diffstat (limited to 'debian/patches/openbsd-docs.patch')
-rw-r--r-- | debian/patches/openbsd-docs.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/openbsd-docs.patch b/debian/patches/openbsd-docs.patch index 785d181..a21fcfd 100644 --- a/debian/patches/openbsd-docs.patch +++ b/debian/patches/openbsd-docs.patch @@ -1,4 +1,4 @@ -From 92fdda49286532870c424f93f3d157583a921cbe Mon Sep 17 00:00:00 2001 +From 469b4b6649073a7d42ad897db0985c74c776c8ad Mon Sep 17 00:00:00 2001 From: Colin Watson <cjwatson@debian.org> Date: Sun, 9 Feb 2014 16:10:09 +0000 Subject: Adjust various OpenBSD-specific references in manual pages @@ -134,10 +134,10 @@ index 8efeacdf1..6527e28a3 100644 .Xr sshd_config 5 , .Xr inetd 8 , diff --git a/sshd_config.5 b/sshd_config.5 -index 630c18736..98bd201b0 100644 +index 1a8febfa6..0e8891c4f 100644 --- a/sshd_config.5 +++ b/sshd_config.5 -@@ -993,9 +993,6 @@ for interactive sessions and +@@ -1001,9 +1001,6 @@ for interactive sessions and for non-interactive sessions. .It Cm KbdInteractiveAuthentication Specifies whether to allow keyboard-interactive authentication. @@ -147,7 +147,7 @@ index 630c18736..98bd201b0 100644 The default is .Cm yes . The argument to this keyword must be -@@ -1099,45 +1096,33 @@ The following forms may be used: +@@ -1107,45 +1104,33 @@ The following forms may be used: .Sm off .Ar hostname | address .Sm on @@ -194,7 +194,7 @@ index 630c18736..98bd201b0 100644 .It Cm LoginGraceTime The server disconnects after this time if the user has not successfully logged in. -@@ -1262,14 +1247,8 @@ The available criteria are +@@ -1271,14 +1256,8 @@ The available criteria are .Cm Host , .Cm LocalAddress , .Cm LocalPort , @@ -210,7 +210,7 @@ index 630c18736..98bd201b0 100644 .Pp The match patterns may consist of single entries or comma-separated lists and may use the wildcard and negation operators described in the -@@ -1341,7 +1320,6 @@ Available keywords are +@@ -1350,7 +1329,6 @@ Available keywords are .Cm PubkeyAuthOptions , .Cm RekeyLimit , .Cm RevokedKeys , @@ -218,7 +218,7 @@ index 630c18736..98bd201b0 100644 .Cm SetEnv , .Cm StreamLocalBindMask , .Cm StreamLocalBindUnlink , -@@ -1736,15 +1714,6 @@ an OpenSSH Key Revocation List (KRL) as generated by +@@ -1745,15 +1723,6 @@ an OpenSSH Key Revocation List (KRL) as generated by .Xr ssh-keygen 1 . For more information on KRLs, see the KEY REVOCATION LISTS section in .Xr ssh-keygen 1 . @@ -234,7 +234,7 @@ index 630c18736..98bd201b0 100644 .It Cm SecurityKeyProvider Specifies a path to a library that will be used when loading FIDO authenticator-hosted keys, overriding the default of using -@@ -2063,8 +2032,6 @@ A literal +@@ -2080,8 +2049,6 @@ A literal Identifies the connection endpoints, containing four space-separated values: client address, client port number, server address, and server port number. @@ -243,7 +243,7 @@ index 630c18736..98bd201b0 100644 .It %F The fingerprint of the CA key. .It %f -@@ -2103,9 +2070,6 @@ accepts the tokens %%, %h, %U, and %u. +@@ -2120,9 +2087,6 @@ accepts the tokens %%, %h, %U, and %u. .Pp .Cm ChrootDirectory accepts the tokens %%, %h, %U, and %u. |