Skip to content

Commit

Permalink
Merge pull request #4 from abrain/patch-1
Browse files Browse the repository at this point in the history
Fix AllowGroups configuration
  • Loading branch information
DO1JLR authored Mar 27, 2022
2 parents fa131a0 + 374079a commit 300ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sshd_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 300ba7f

Please sign in to comment.