mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-08-07 14:25:46 +02:00
Implement Session idle time out
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
{{ option_default_uncommented('SyslogFacility', 'AUTH') }}
|
||||
{{ option_default_uncommented('LogLevel', 'INFO') }}
|
||||
|
||||
# Session idle time out
|
||||
{{ option_default_uncommented('ClientAliveInterval', 0) }}
|
||||
{{ option_default_uncommented('ClientAliveCountMax', 3) }}
|
||||
|
||||
# Authentication:
|
||||
{{ option_default_uncommented('LoginGraceTime', 120) }}
|
||||
{{ option_default_uncommented('PermitRootLogin', 'yes') }}
|
||||
|
||||
Reference in New Issue
Block a user