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:
commit
b11e0c3ffd
@ -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 %}
|
||||
|
@ -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') -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user