remove deperacted parameter causing sshd startup fails

This commit is contained in:
Sandwich 2024-10-30 00:32:08 +01:00
parent 147430b36e
commit 04c27cd7d0

View File

@ -148,7 +148,6 @@
- { option: PermitEmptyPasswords, value: "no" }
- { option: KerberosAuthentication, value: "no" }
- { option: GSSAPIAuthentication, value: "no" }
- { option: GSSAPIKeyExchange, value: "no" }
- { option: AllowAgentForwarding, value: "no" }
- { option: AllowTcpForwarding, value: "no" }
- { option: ChallengeResponseAuthentication, value: "no" }