Skip to content
Snippets Groups Projects

ssh/server: Update `sshd_config`

Merged Guillaume Samson requested to merge update_sshd_config into production
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • lgtm, one comment inline.

  • added 1 commit

    • e84609e8 - ssh/server: Update `sshd_config`

    Compare with previous version

  • Guillaume Samson merged manually

    merged manually

  • Antoine R. Dumont resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading