1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/sshd/defaults/main.yml
Giancarlo Razzolini ef04aa2ac2
roles/sshd: Support for includes
Added support for include files that was introduced on openssh 8.2 version.
This is not enabled by default and must be enabled on individual playbooks,
hosts or roles.
2020-02-17 14:07:58 -03:00

4 lines
68 B
YAML

---
sshd_includes_dir: '/etc/ssh/ssh.d'
sshd_enable_includes: false