ssh/server: Update `sshd_config`
All threads resolved!
All threads resolved!
Related to swh/infra/sysadm-environment#5613 (closed)
These modifications will allow us to define ClientAliveInterval
and ClientAliveCountMax
options in sshd_config
.
These options have been set to 10 and 360 for banco
.
octo-catalog-diff banco
*** Running octocatalog-diff on host banco.softwareheritage.org
I, [2025-03-26T11:22:41.146341 #824550] INFO -- : Catalogs compiled for banco.softwareheritage.org
I, [2025-03-26T11:22:41.360120 #824550] INFO -- : Diffs computed for banco.softwareheritage.org
diff origin/production/banco.softwareheritage.org current/banco.softwareheritage.org
*******************************************
Concat::Fragment[global config] =>
parameters =>
content =>
@@ -4,4 +4,6 @@
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
+ClientAliveCountMax 360
+ClientAliveInterval 10
PermitRootLogin without-password
PrintMotd no
*******************************************
Concat_fragment[global config] =>
parameters =>
content =>
@@ -4,4 +4,6 @@
AcceptEnv LANG LC_*
ChallengeResponseAuthentication no
+ClientAliveCountMax 360
+ClientAliveInterval 10
PermitRootLogin without-password
PrintMotd no
*******************************************
*** End octocatalog-diff on banco.softwareheritage.org
octo-catalgo-diff others
*** Running octocatalog-diff on host bardo.internal.admin.swh.network
I, [2025-03-26T11:30:37.812396 #863004] INFO -- : Catalogs compiled for bardo.internal.admin.swh.network
I, [2025-03-26T11:30:38.006749 #863004] INFO -- : Diffs computed for bardo.internal.admin.swh.network
I, [2025-03-26T11:30:38.006795 #863004] INFO -- : No differences
*** End octocatalog-diff on bardo.internal.admin.swh.network
Merge request reports
Activity
added activity::MRO label
assigned to @guillaume
- Resolved by Antoine R. Dumont
Please register or sign in to reply