diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2017-05-30 11:03:48 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2017-05-30 11:03:48 +0200 | 
| commit | 5c6d2a48f57a8a538274d2939015641a1755da24 (patch) | |
| tree | 7d6119ca4ed19ccc8e7eac37c2d85d9a1ee7a9e0 | |
| parent | 0c98660f308da8e78d696fb50143f30b7933980c (diff) | |
sshd_config: set UsePrivilegeSeparation sandbox.
| -rw-r--r-- | src/fripost-postinst-udeb/sshd_config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/fripost-postinst-udeb/sshd_config b/src/fripost-postinst-udeb/sshd_config index 4281ad1..19a9b9a 100644 --- a/src/fripost-postinst-udeb/sshd_config +++ b/src/fripost-postinst-udeb/sshd_config @@ -7,7 +7,7 @@ Protocol 2  # HostKeys for protocol version 2  HostKey /etc/ssh/ssh_host_rsa_key  #Privilege Separation is turned on for security -UsePrivilegeSeparation yes +UsePrivilegeSeparation sandbox  # Logging  SyslogFacility AUTH | 
