-
Notifications
You must be signed in to change notification settings - Fork 623
feat(openssh): add config file for ClientAliveInterval #17037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ddstreetmicrosoft
merged 4 commits into
microsoft:tomls/base/main
from
ddstreet:ssh-client-alive
May 6, 2026
+46
−3
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
7f938d4
feat(azurelinux-release): set component to manual release mode
ddstreet 2d77431
chore(azurelinux-release): no-change release bump to match "rendered"…
ddstreet dc5de47
feat: add config file for openssh ClientAliveInterval
ddstreet 26ef8d4
chore(azurelinux-release): update 'lock' file
ddstreet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
base/comps/azurelinux-release/50-client-alive-interval.conf
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
|
|
||
| # This is included only to meet Azure compliance testing, and is | ||
| # unnecessary in a AzureLinux 4.0 VM cloud instance, because we set | ||
| # the sysctl net.ipv4.tcp_keepalive_time to 120, which serves to keep | ||
| # all idle TCP connections (including all TCP ssh connections) from | ||
| # being disconnected. This setting does not add or improve any | ||
| # security, nor does it cause idle ssh clients to be disconnected (in | ||
| # fact, it does the exact opposite - it prevents idle ssh connections | ||
| # from being disconnected). | ||
|
ddstreet marked this conversation as resolved.
ddstreet marked this conversation as resolved.
|
||
| ClientAliveInterval 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| [components.azurelinux-release] | ||
| spec = { type = "local", path = "azurelinux-release.spec" } | ||
| release = { calculation = "manual" } |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # Managed by azldev component update. Do not edit manually. | ||
| version = 1 | ||
| input-fingerprint = 'sha256:6cde34c9e164e490529b903d2e9763f6763be4abba745e5bc09abeec01a0ade9' | ||
| input-fingerprint = 'sha256:2558a97576130f511fb4d07eece8aa7969c35fe1257e422843b99dd9d5a000a2' |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
|
|
||
| # This is included only to meet Azure compliance testing, and is | ||
| # unnecessary in a AzureLinux 4.0 VM cloud instance, because we set | ||
| # the sysctl net.ipv4.tcp_keepalive_time to 120, which serves to keep | ||
| # all idle TCP connections (including all TCP ssh connections) from | ||
| # being disconnected. This setting does not add or improve any | ||
| # security, nor does it cause idle ssh clients to be disconnected (in | ||
| # fact, it does the exact opposite - it prevents idle ssh connections | ||
| # from being disconnected). | ||
| ClientAliveInterval 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.