1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00
ansible_role_sshd/defaults/main.yml

7 lines
148 B
YAML

# List of users for the 'AllowUsers' keyword
sshd_allow_users:
- root
# List of groups for the 'AllowGroups' keyword
sshd_allow_groups:
- root