Skip to content

Commit 21b386b

Browse files
authored
reduce max startups in accordance with current cis benchmark (#186)
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 87d09e0 commit 21b386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/sshd_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
title 'Server: Specify maximum startups'
259259
desc 'Limit the number of concurrent unauthenticated sessions to prevent Denial of Service (DoS) against a running SSH daemon.'
260260
describe sshd_config(sshd_custom_path + '/sshd_config') do
261-
its('MaxStartups') { should eq('10:30:100') }
261+
its('MaxStartups') { should eq('10:30:60') }
262262
end
263263
end
264264

0 commit comments

Comments
 (0)