We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae7a15 commit a2f392dCopy full SHA for a2f392d
ci/integration_tests/embedded_server/sshd_config.tmpl
@@ -8,11 +8,11 @@ HostCertificate {{parent_dir}}/ca_host_key-cert.pub
8
TrustedUserCAKeys {{parent_dir}}/ca_user_key.pub
9
AuthorizedPrincipalsFile {{parent_dir}}/principals
10
11
-MaxAuthTries 99999
12
-MaxSessions 99999
13
-MaxStartups 99999
14
-PerSourceMaxStartups 99999
15
-PerSourcePenaltyExemptList *.*.*.*
+MaxAuthTries 999
+MaxSessions 999
+MaxStartups 999
+# PerSourceMaxStartups 999
+# PerSourcePenaltyExemptList *.*.*.*
16
17
18
AcceptEnv LANG LC_*
0 commit comments