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 <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-09-20 14:50:25 +01:00
parent 07da1af688
commit bd0686f441

View 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