diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config index 06329fbde..4a25e8383 100644 --- a/config/ssh/sshd_config +++ b/config/ssh/sshd_config @@ -49,9 +49,6 @@ PermitEmptyPasswords no # permit root login as there is no other user in IPFire 2.x PermitRootLogin yes -# specify preferred authentication methods (public keys come first) -AuthenticationMethods publickey,password - # ignore user ~/.rhost* files IgnoreRhosts yes