Author: des
Date: Tue Feb  2 10:02:38 2016
New Revision: 295139
URL: https://svnweb.freebsd.org/changeset/base/295139

Log:
  Document our modified default value for PermitRootLogin.

Modified:
  head/crypto/openssh/sshd_config
  head/crypto/openssh/sshd_config.5

Modified: head/crypto/openssh/sshd_config
==============================================================================
--- head/crypto/openssh/sshd_config     Tue Feb  2 07:47:38 2016        
(r295138)
+++ head/crypto/openssh/sshd_config     Tue Feb  2 10:02:38 2016        
(r295139)
@@ -45,7 +45,7 @@
 # Authentication:
 
 #LoginGraceTime 2m
-#PermitRootLogin prohibit-password
+#PermitRootLogin no
 #StrictModes yes
 #MaxAuthTries 6
 #MaxSessions 10

Modified: head/crypto/openssh/sshd_config.5
==============================================================================
--- head/crypto/openssh/sshd_config.5   Tue Feb  2 07:47:38 2016        
(r295138)
+++ head/crypto/openssh/sshd_config.5   Tue Feb  2 10:02:38 2016        
(r295139)
@@ -1217,7 +1217,7 @@ The argument must be
 or
 .Dq no .
 The default is
-.Dq prohibit-password .
+.Dq no .
 Note that if
 .Cm ChallengeResponseAuthentication
 is
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to