mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
8 lines
160 B
YAML
8 lines
160 B
YAML
---
|
|
# default users for SSH access
|
|
sshd_default_allowed_users:
|
|
- "root"
|
|
- "ansible"
|
|
|
|
# Enable AllowUsers and AllowGroups options
|
|
restrict_allow_users: True
|