Skip to content

Commit

Permalink
Merge pull request #187 from iennae/client_alive_interval
Browse files Browse the repository at this point in the history
Modified the client_alive_interval default to 300
  • Loading branch information
artem-sidorenko authored Feb 6, 2018
2 parents 6fea6c2 + dd8039c commit 82f46a2
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 82f46a2

Please sign in to comment.