mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-21 12:51:40 +02:00
UsePrivilegeSeparation 'sandbox'
This is was introduced in 5.9, and is default in 6.1. https://www.openssh.com/txt/release-5.9 https://www.openssh.com/txt/release-6.1
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ sshd_config:
|
||||
- /etc/ssh/ssh_host_dsa_key
|
||||
- /etc/ssh/ssh_host_ecdsa_key
|
||||
- /etc/ssh/ssh_host_ed25519_key
|
||||
UsePrivilegeSeparation: 'yes'
|
||||
UsePrivilegeSeparation: 'sandbox'
|
||||
KeyRegenerationInterval: 3600
|
||||
ServerKeyBits: 1024
|
||||
SyslogFacility: AUTH
|
||||
|
||||
Reference in New Issue
Block a user