Skip to content

Commit

Permalink
Specify the unit
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Nov 18, 2024
1 parent 5850388 commit 225a130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mondoo-linux-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@ queries:
sshd.config.params["LoginGraceTime"] >= 1
sshd.config.params["LoginGraceTime"] <= 60
docs:
desc: The `LoginGraceTime` parameter specifies the time allowed for successful authentication to the SSH server. The longer the grace period is, the more open unauthenticated connections can exist. Like other session controls, the grace period should be limited to appropriate organizational limits to ensure the service is available for needed access.
desc: The `LoginGraceTime` parameter specifies the time (in seconds) allowed for successful authentication to the SSH server. The longer the grace period is, the more open unauthenticated connections can exist. Like other session controls, the grace period should be limited to appropriate organizational limits to ensure the service is available for needed access.
remediation: |-
Edit the `/etc/ssh/sshd_config` file to set the `LoginGraceTime` parameter as follows:
Expand Down

0 comments on commit 225a130

Please sign in to comment.