We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d09e0 commit 21b386bCopy full SHA for 21b386b
1 file changed
controls/sshd_spec.rb
@@ -258,7 +258,7 @@
258
title 'Server: Specify maximum startups'
259
desc 'Limit the number of concurrent unauthenticated sessions to prevent Denial of Service (DoS) against a running SSH daemon.'
260
describe sshd_config(sshd_custom_path + '/sshd_config') do
261
- its('MaxStartups') { should eq('10:30:100') }
+ its('MaxStartups') { should eq('10:30:60') }
262
end
263
264
0 commit comments