aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh/templates/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openssh/templates/sshd_config')
-rw-r--r--modules/openssh/templates/sshd_config4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config
index ba197164..19a56cfa 100644
--- a/modules/openssh/templates/sshd_config
+++ b/modules/openssh/templates/sshd_config
@@ -126,3 +126,7 @@ Subsystem sftp <%= path_to_sftp %>/sftp-server
Match User *,!schedbot,!root,!git Group *,!mga-sysadmin
ForceCommand /usr/local/bin/sv_membersh.pl -c "$SSH_ORIGINAL_COMMAND"
<% end %>
+
+<% if @hostname == 'rabbit' then %>
+AllowGroups root mga-unrestricted_shell_access mga-iso_makers mga-sysadmin
+<% end %>