From: Michael Tremer Date: Thu, 20 Sep 2018 13:50:25 +0000 (+0100) Subject: ssh: Remove AuthenticationMethods directive X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd0686f441cf09a2041e1647de6e0dffda590409;p=people%2Fms%2Fipfire-2.x.git ssh: Remove AuthenticationMethods directive This is only setting something that is default anyways and prevents sshd from starting if one of the listed methods is not activated. Signed-off-by: Michael Tremer --- diff --git a/config/ssh/sshd_config b/config/ssh/sshd_config index 06329fbde7..4a25e83838 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