diff options
Diffstat (limited to 'modules/openssh')
-rw-r--r-- | modules/openssh/templates/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config index 19a56cfa..def8ca16 100644 --- a/modules/openssh/templates/sshd_config +++ b/modules/openssh/templates/sshd_config @@ -128,5 +128,5 @@ Match User *,!schedbot,!root,!git Group *,!mga-sysadmin <% end %> <% if @hostname == 'rabbit' then %> -AllowGroups root mga-unrestricted_shell_access mga-iso_makers mga-sysadmin +AllowGroups root mga-unrestricted_shell_access mga-iso_makers mga-sysadmin iurt <% end %> |