Skip to content

Commit

Permalink
Modified the client_alive_interval default to suggested value from ci…
Browse files Browse the repository at this point in the history
…s benchmark.

While this cookbook isn't specific (and shouldn't be specific) to CIS Benchmarks, it's helpful as a
baseline to set the default behaviors to the recommended value. Folks can override to 600 if needed.

Signed-off-by: Jennifer Davis <[email protected]>
  • Loading branch information
iennae committed Feb 2, 2018
1 parent 6fea6c2 commit dd8039c
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 @@ -82,7 +82,7 @@
server['dh_build_primes'] = false
server['dh_build_primes_size'] = 4096
server['host_key_files'] = nil
server['client_alive_interval'] = 600 # 10min
server['client_alive_interval'] = 300 # 5min
server['client_alive_count'] = 3 # ~> 3 x interval
server['allow_root_with_key'] = false
server['allow_tcp_forwarding'] = false
Expand Down

0 comments on commit dd8039c

Please sign in to comment.