From c8f4d18321e94d5b9bbe889b4ebe9531a769eabc Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 14 Sep 2018 18:25:44 +0200 Subject: [PATCH] sshd_config: Don't permit root login. --- supported-files/sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supported-files/sshd_config b/supported-files/sshd_config index 67da343..5857ed6 100644 --- a/supported-files/sshd_config +++ b/supported-files/sshd_config @@ -63,8 +63,8 @@ LoginGraceTime 120 # Specifies whether root can log in using ssh(1). # The default is "yes". #PermitRootLogin yes -PermitRootLogin without-password -#PermitRootLogin no +#PermitRootLogin without-password +PermitRootLogin no # Specifies whether sshd(8) should check file modes and ownership of the # user's files and home directory before accepting login. This is normally