svn commit: r295139 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Tue Feb 2 10:02:40 UTC 2016


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


More information about the svn-src-all mailing list