0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-04-13 19:42:35 +02:00

Merge 46effa63da643a0024f213827b79f3f49af3925c into 83962eb3b40e3123ee789896cb4ffae45fc296bd

This commit is contained in:
alxwr 2024-02-15 11:59:14 +01:00 committed by GitHub
commit b11e0c3ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

View File

@ -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 %}

View File

@ -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') -}}