feat(openssh): add config file for ClientAliveInterval#17037
Merged
ddstreetmicrosoft merged 4 commits intomicrosoft:tomls/base/mainfrom May 6, 2026
Merged
feat(openssh): add config file for ClientAliveInterval#17037ddstreetmicrosoft merged 4 commits intomicrosoft:tomls/base/mainfrom
ddstreetmicrosoft merged 4 commits intomicrosoft:tomls/base/mainfrom
Conversation
tobiasb-ms
approved these changes
May 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR adds a new OpenSSH server config snippet that sets ClientAliveInterval 180 and packages it into selected Azure Linux release variants.
Changes:
- Add a new
50-client-alive-interval.conffile underbase/comps/azurelinux-release. - Update the spec to include the new source, install it into
sshd_config.d, and ship it in package manifests. - Bump the package release and add a changelog entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
base/comps/azurelinux-release/azurelinux-release.spec |
Adds the new config file to sources, installs it for cloud/container builds, and includes it in packaged file lists. |
base/comps/azurelinux-release/50-client-alive-interval.conf |
Introduces the SSH daemon config snippet and explanatory comments for the new setting. |
e7d18ea to
5894d10
Compare
a27b9bc to
e558c5d
Compare
Add a config file with the ClientAliveInterval setting to 180.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a config file with the ClientAliveInterval setting to 180.