
- Removing extra space _ Fixing some typos Change-Id: Ib4f86c7a29074ce0150a3cd55478ed94f2d62c43
412 B
412 B
---id: V-38608 status: implemented tag: sshd ---
The ClientAliveInterval
in the ssh configuration will be
set to 15 minutes as recommended by the STIG. However, this time is
configurable by setting security_ssh_client_alive_interval
to another value, in seconds.
To change to 10 minutes, adjust the configuration item to 600 seconds:
security_ssh_client_alive_interval: 600