From bd0686f441cf09a2041e1647de6e0dffda590409 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 20 Sep 2018 14:50:25 +0100 Subject: [PATCH] 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 --- config/ssh/sshd_config | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5