Skip to content

Commit

Permalink
reduce max startups in accordance with current cis benchmark (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi authored Jan 11, 2021
1 parent 87d09e0 commit 21b386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/sshd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
title 'Server: Specify maximum startups'
desc 'Limit the number of concurrent unauthenticated sessions to prevent Denial of Service (DoS) against a running SSH daemon.'
describe sshd_config(sshd_custom_path + '/sshd_config') do
its('MaxStartups') { should eq('10:30:100') }
its('MaxStartups') { should eq('10:30:60') }
end
end

Expand Down

0 comments on commit 21b386b

Please sign in to comment.