diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2020-02-06 23:34:58 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-02-06 23:53:00 +0100 |
commit | a6ac5d36efc072b15690c65039754f8e44247bdf (patch) | |
tree | bf7d8f51323daf7f5a8317ec9bb562881e850d07 /sshd_config.5 | |
parent | upstream: Replace "security key" with "authenticator" in program (diff) | |
download | openssh-a6ac5d36efc072b15690c65039754f8e44247bdf.tar.xz openssh-a6ac5d36efc072b15690c65039754f8e44247bdf.zip |
upstream: Add Include to the list of permitted keywords after a
Match keyword. ok markus@
OpenBSD-Commit-ID: 342e940538b13dd41e0fa167dc9ab192b9f6e2eb
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 0684300f1..15a108676 100644 --- a/sshd_config.5 +++ b/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.305 2020/02/01 06:53:12 jmc Exp $ -.Dd $Mdocdate: February 1 2020 $ +.\" $OpenBSD: sshd_config.5,v 1.306 2020/02/06 22:34:58 naddy Exp $ +.Dd $Mdocdate: February 6 2020 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1162,6 +1162,7 @@ Available keywords are .Cm HostbasedAcceptedKeyTypes , .Cm HostbasedAuthentication , .Cm HostbasedUsesNameFromPacketOnly , +.Cm Include , .Cm IPQoS , .Cm KbdInteractiveAuthentication , .Cm KerberosAuthentication , |