LLNL / toss-stig

Source code repository for TOSS operating system STIG
Apache License 2.0
4 stars 0 forks source link

Update client alive settings #10

Open IanLee1521 opened 1 year ago

IanLee1521 commented 1 year ago

Change ClientAlive* settings to not drop long lived connections to hpc clusters.

before:

# ClientAlive* settings per STIG Control: TOSS-04-040290
ClientAliveInterval 600
ClientAliveCountMax 1

after:

# ClientAlive* settings per STIG Control: TOSS-04-040290
ClientAliveInterval 30
ClientAliveCountMax 3