The SSH daemon LoginGraceTime must be set correctly.

From Apple OS X 10.8 (Mountain Lion) Workstation STIG

Part of SRG-OS-000163

Associated with: CCI-001133

SV-65563r1_rule The SSH daemon LoginGraceTime must be set correctly.

Vulnerability discussion

LoginGraceTime must be securely configured in /etc/sshd_config.

Check content

To check the amount of time that a user can login through SSH, run the following command: grep LoginGraceTime /etc/sshd_config If the value is not set to "30" or less, this is a finding.

Fix text

In order to make sure that LoginGraceTime is configured correctly, run the following command: sudo sed -i.bak 's/.*LoginGraceTime.*/LoginGraceTime 30/' /etc/sshd_config

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer