From 88a7c598a94ff53f76df228eeaae238d2d467565 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Mon, 27 Apr 2015 21:42:48 +0000 Subject: upstream commit Make sshd default to PermitRootLogin=no; ok deraadt@ rpe@ --- sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config index c9042ac3c..cf7d8e1e8 100644 --- a/sshd_config +++ b/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.94 2015/02/02 01:57:44 deraadt Exp $ +# $OpenBSD: sshd_config,v 1.95 2015/04/27 21:42:48 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -41,7 +41,7 @@ # Authentication: #LoginGraceTime 2m -#PermitRootLogin yes +#PermitRootLogin no #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 -- cgit v1.2.3