]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ssh: Remove AuthenticationMethods directive
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Sep 2018 13:50:25 +0000 (14:50 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Sep 2018 13:50:25 +0000 (14:50 +0100)
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 <michael.tremer@ipfire.org>
config/ssh/sshd_config

index 06329fbde7c105d30e1db993fbd08309c3a276ee..4a25e83838956d95a0b3d3f907b037f34abda44e 100644 (file)
@@ -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