[Server-devel] [PATCH] Disallow root logins.
martin.langhoff at gmail.com
martin.langhoff at gmail.com
Mon Jun 16 12:44:38 EDT 2008
From: martin langhoff <martin at laptop.org>
---
fsroot.olpc.img/etc/ssh/sshd_config | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fsroot.olpc.img/etc/ssh/sshd_config b/fsroot.olpc.img/etc/ssh/sshd_config
index e6c2f26..3fd5d41 100644
--- a/fsroot.olpc.img/etc/ssh/sshd_config
+++ b/fsroot.olpc.img/etc/ssh/sshd_config
@@ -37,7 +37,7 @@ SyslogFacility AUTHPRIV
# Authentication:
#LoginGraceTime 2m
-PermitRootLogin yes
+PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6
--
1.5.4.34.g053d9
More information about the Server-devel
mailing list