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