7 lines
114 B
YAML
7 lines
114 B
YAML
- name: Harden the SSH configuration
|
|
copy:
|
|
src: ../files/ssh.conf
|
|
dest: /etc/sshd_config
|
|
mode: 644
|
|
|