mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
Merge pull request #4 from abrain/patch-1
Fix AllowGroups configuration
This commit is contained in:
commit
300ba7f1f8
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ UsePAM yes
|
|||
{% endif %}
|
||||
|
||||
{% if sshd__restrict_groups -%}
|
||||
AllowUsers {{ sshd__allowed_groups|join(' ') }}
|
||||
AllowGroups {{ sshd__allowed_groups|join(' ') }}
|
||||
{%- endif %}
|
||||
|
||||
# Allow client to pass locale environment variables
|
||||
|
|
Loading…
Reference in a new issue