Skip to content

Commit 7173da8

Browse files
committed
reduce max startups in accordance with current cis benchmark
ref: dev-sec/ssh-baseline#186 Signed-off-by: Brian Dwyer <[email protected]>
1 parent 87997bd commit 7173da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
server['login_grace_time'] = '30s'
114114
server['max_auth_tries'] = 2
115115
server['max_sessions'] = 10
116-
server['max_startups'] = '10:30:100'
116+
server['max_startups'] = '10:30:60'
117117
server['password_authentication'] = false
118118
server['log_level'] = 'verbose'
119119
server['accept_env'] = ['LANG', 'LC_*', 'LANGUAGE']

0 commit comments

Comments
 (0)