1.149 AZLX-23-002396

Information

Amazon Linux 2023 must automatically exit interactive command shell user sessions after 15 minutes of inactivity.

GROUP ID: V-274142RULE ID: SV-274142r1120414

Terminating an idle interactive command shell user session within a short time period reduces the window of opportunity for unauthorized personnel to take control of it when left unattended in a virtual terminal or physical console.

Solution

Configure Amazon Linux 2023 to exit interactive command shell user sessions after 10 minutes of inactivity.

Add or edit the following line in "/etc/profile.d/tmout.sh":

#!/bin/bash

declare -xr TMOUT=600

See Also

https://workbench.cisecurity.org/benchmarks/26107