Files
infra/deprecated/playbooks/tasks/ssh.yml

7 lines
114 B
YAML
Raw Normal View History

2024-04-28 23:12:08 -07:00
- name: Harden the SSH configuration
copy:
src: ../files/ssh.conf
dest: /etc/sshd_config
mode: 644