Przeglądaj źródła

fix(sshd_config): drop UsePrivilegeSeparation (fixes #183)

pull/209/head
Alexander Weidinger 11 miesięcy temu
rodzic
commit
46effa63da
2 zmienionych plików z 0 dodań i 14 usunięć
  1. +0
    -11
      openssh/config.sls
  2. +0
    -3
      openssh/files/default/sshd_config

+ 0
- 11
openssh/config.sls Wyświetl plik

@@ -129,14 +129,3 @@ ssh_host_{{ keyType }}_key.pub:
- service: {{ openssh.service }}
{%- endif %}
{%- endfor %}

{%- if sshd_config.get('UsePrivilegeSeparation', '')|lower == 'yes' %}
/var/run/sshd:
file.directory:
- user: root
- mode: 755
- require_in:
- file: sshd_config
- watch_in:
- service: {{ openssh.service }}
{%- endif %}

+ 0
- 3
openssh/files/default/sshd_config Wyświetl plik

@@ -86,9 +86,6 @@
{#- HostKeys for protocol version 2 -#}
{{- option('HostKey') -}}

{#- Privilege Separation is turned on for security -#}
{{- option('UsePrivilegeSeparation') -}}

{#- Logging -#}
{{- option('SyslogFacility') -}}
{{- option('LogLevel') -}}

Ładowanie…
Anuluj
Zapisz