mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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
|
# permit root login as there is no other user in IPFire 2.x
|
||||||
PermitRootLogin yes
|
PermitRootLogin yes
|
||||||
|
|
||||||
# specify preferred authentication methods (public keys come first)
|
|
||||||
AuthenticationMethods publickey,password
|
|
||||||
|
|
||||||
# ignore user ~/.rhost* files
|
# ignore user ~/.rhost* files
|
||||||
IgnoreRhosts yes
|
IgnoreRhosts yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user