Skip to content

Commit a2f392d

Browse files
committed
Updated sshd template
1 parent 6ae7a15 commit a2f392d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/integration_tests/embedded_server/sshd_config.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ HostCertificate {{parent_dir}}/ca_host_key-cert.pub
88
TrustedUserCAKeys {{parent_dir}}/ca_user_key.pub
99
AuthorizedPrincipalsFile {{parent_dir}}/principals
1010

11-
MaxAuthTries 99999
12-
MaxSessions 99999
13-
MaxStartups 99999
14-
PerSourceMaxStartups 99999
15-
PerSourcePenaltyExemptList *.*.*.*
11+
MaxAuthTries 999
12+
MaxSessions 999
13+
MaxStartups 999
14+
# PerSourceMaxStartups 999
15+
# PerSourcePenaltyExemptList *.*.*.*
1616

1717

1818
AcceptEnv LANG LC_*

0 commit comments

Comments
 (0)