```bash Examining openssh/config.sls of type state [210] Numbers that start with `0` should always be encapsulated in quotation marks openssh/config.sls:103 - mode: 0600 ```tags/v0.42.2
@@ -100,7 +100,7 @@ ssh_host_{{ keyType }}_key: # set permissions | |||
file.managed: | |||
- name: {{ keyFile }} | |||
- replace: false | |||
- mode: 0600 | |||
- mode: '0600' | |||
- require: | |||
- cmd: ssh_generate_host_{{ keyType }}_key | |||
{%- if sshd_config %} |