Increase SSH test container session limits#1925
Conversation
Greptile SummaryThis PR raises two OpenSSH server limits in the Docker-based SSH test fixture to support higher-concurrency SSH feature testing. The changes are append-only to
Confidence Score: 5/5Safe to merge — changes are confined to a test-only Docker fixture and do not touch application code. Both directives are appended correctly to sshd_config with valid syntax. The MaxStartups format (start:rate:full) is used correctly. The container already ships with hardcoded password credentials and a fully open sudo policy, so raising connection limits does not meaningfully change its security posture. No application logic is affected. No files require special attention.
|
| Filename | Overview |
|---|---|
| testing/docker-ssh/dockerfile | Raises MaxSessions to 100 and MaxStartups to 100:30:200 in the SSH test fixture sshd_config; also adds a trailing newline at EOF. |
Reviews (1): Last reviewed commit: "Increase SSH test container session limi..." | Re-trigger Greptile
Summary
Testing