Document our modified default value for PermitRootLogin.

This commit is contained in:
des 2016-02-02 10:02:38 +00:00
parent 4fbe101595
commit d381a76dda
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
# Authentication: # Authentication:
#LoginGraceTime 2m #LoginGraceTime 2m
#PermitRootLogin prohibit-password #PermitRootLogin no
#StrictModes yes #StrictModes yes
#MaxAuthTries 6 #MaxAuthTries 6
#MaxSessions 10 #MaxSessions 10

View File

@ -1217,7 +1217,7 @@ The argument must be
or or
.Dq no . .Dq no .
The default is The default is
.Dq prohibit-password . .Dq no .
Note that if Note that if
.Cm ChallengeResponseAuthentication .Cm ChallengeResponseAuthentication
is is