[Midnightbsd-cvs] src: sshd_config: Ugh...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 27 01:22:07 EDT 2007


Log Message:
-----------
Ugh... the default for root login was changed during the course of updating this.  Disable it in the config file by default for now.

Modified Files:
--------------
    src/crypto/openssh:
        sshd_config (r1.5 -> r1.6)

-------------- next part --------------
Index: sshd_config
===================================================================
RCS file: /home/cvs/src/crypto/openssh/sshd_config,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lcrypto/openssh/sshd_config -Lcrypto/openssh/sshd_config -u -r1.5 -r1.6
--- crypto/openssh/sshd_config
+++ crypto/openssh/sshd_config
@@ -1,4 +1,5 @@
 #	$OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $
+# $MidnightBSD$
 
 # This is the sshd server system-wide configuration file.  See
 # sshd_config(5) for more information.
@@ -34,7 +35,7 @@
 # Authentication:
 
 #LoginGraceTime 2m
-#PermitRootLogin no
+PermitRootLogin no
 #StrictModes yes
 #MaxAuthTries 6
 


More information about the Midnightbsd-cvs mailing list