This repository was archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Implement CIS Benchmarks for OpenSSH (section 5.2) the Ubuntu guide. #277
Copy link
Copy link
Open
Labels
story-points-2020 Story Points20 Story Points
Description
The CIS Benchmarks are the gold standard for security. The PDF is available in the link above. This is about implementing the following checks:
- 5.2 SSH Server Configuration.............................................................................................................272
- 5.2.1 Ensure permissions on /etc/ssh/sshd_config are configured (Scored)............272
- 5.2.2 Ensure SSH Protocol is set to 2 (Scored) .......................................................................274
- 5.2.3 Ensure SSH LogLevel is set to INFO (Scored) ..............................................................275
- 5.2.4 Ensure SSH X11 forwarding is disabled (Scored) ......................................................276
- 5.2.5 Ensure SSH MaxAuthTries is set to 4 or less (Scored) .............................................277
- 5.2.6 Ensure SSH IgnoreRhosts is enabled (Scored)............................................................278
- 5.2.7 Ensure SSH HostbasedAuthentication is disabled (Scored) ..................................279
- 5.2.8 Ensure SSH root login is disabled (Scored) ..................................................................280
- 5.2.9 Ensure SSH PermitEmptyPasswords is disabled (Scored).....................................281
- 5.2.10 Ensure SSH PermitUserEnvironment is disabled (Scored) .................................282
- 5.2.11 Ensure only approved MAC algorithms are used (Scored)..................................283
- 5.2.12 Ensure SSH Idle Timeout Interval is configured (Scored) ...................................285
- 5.2.13 Ensure SSH LoginGraceTime is set to one minute or less (Scored)..................287
- 5.2.14 Ensure SSH access is limited (Scored) .........................................................................288
- 5.2.15 Ensure SSH warning banner is configured (Scored) ..............................................290
Some of these checks we already have implemented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
story-points-2020 Story Points20 Story Points