diff options
Diffstat (limited to 'package/openssh/files/sshd_config')
-rw-r--r-- | package/openssh/files/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/files/sshd_config b/package/openssh/files/sshd_config index 19b87bd17..1ef114940 100644 --- a/package/openssh/files/sshd_config +++ b/package/openssh/files/sshd_config @@ -38,7 +38,7 @@ HostKey /etc/ssh/ssh_host_rsa_key # Authentication: #LoginGraceTime 2m -PermitRootLogin without-password +PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 |