Skip to content

Commit

Permalink
reduce max startups in accordance with current cis benchmark
Browse files Browse the repository at this point in the history
ref: dev-sec/ssh-baseline#186

Signed-off-by: Brian Dwyer <[email protected]>
  • Loading branch information
bdwyertech committed Jan 13, 2021
1 parent 87997bd commit 7173da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
server['login_grace_time'] = '30s'
server['max_auth_tries'] = 2
server['max_sessions'] = 10
server['max_startups'] = '10:30:100'
server['max_startups'] = '10:30:60'
server['password_authentication'] = false
server['log_level'] = 'verbose'
server['accept_env'] = ['LANG', 'LC_*', 'LANGUAGE']
Expand Down

0 comments on commit 7173da8

Please sign in to comment.