Fix permissions on ssh_config
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f6026af54d
commit
45e78f4a0c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
template:
|
||||
src: templates/ssh_config.j2
|
||||
dest: ~/.ssh/config
|
||||
mode: 0600
|
||||
|
||||
- name: Enable sshd
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue