0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-03-27 12:36:34 +01:00

Merge 46effa63da643a0024f213827b79f3f49af3925c into a8dc3b5a6bc76a0fe066722b24dc74eda74fee8b

This commit is contained in:
alxwr 2026-03-17 01:19:48 +00:00 committed by GitHub
commit b1df7ae0c3
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') -}}