Files
ansible-hardening/doc/metadata/rhel6/V-38608.rst
Rahul Nair 4e8bf6705f Trivial fix to the documentation
- Removing extra space
_ Fixing some typos

Change-Id: Ib4f86c7a29074ce0150a3cd55478ed94f2d62c43
2016-12-05 11:24:34 -06:00

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