mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
7 lines
148 B
YAML
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
|