mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user