mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-23 16:12:52 +02:00
Implement Session idle time out
This commit is contained in:
@@ -11,6 +11,8 @@ sshd_config:
|
||||
ServerKeyBits: 768
|
||||
SyslogFacility: AUTH
|
||||
LogLevel: INFO
|
||||
ClientAliveInterval: 0
|
||||
ClientAliveCountMax: 3
|
||||
LoginGraceTime: 120
|
||||
PermitRootLogin: 'yes'
|
||||
PasswordAuthentication: 'no'
|
||||
|
||||
Reference in New Issue
Block a user