- service: {{ openssh.service }} | - service: {{ openssh.service }} | ||||
{%- endif %} | {%- endif %} | ||||
{%- endfor %} | {%- 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 %} |
{#- HostKeys for protocol version 2 -#} | {#- HostKeys for protocol version 2 -#} | ||||
{{- option('HostKey') -}} | {{- option('HostKey') -}} | ||||
{#- Privilege Separation is turned on for security -#} | |||||
{{- option('UsePrivilegeSeparation') -}} | |||||
{#- Logging -#} | {#- Logging -#} | ||||
{{- option('SyslogFacility') -}} | {{- option('SyslogFacility') -}} | ||||
{{- option('LogLevel') -}} | {{- option('LogLevel') -}} |