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_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config
index ed8c97ef..ba197164 100644
--- a/modules/openssh/templates/sshd_config
+++ b/modules/openssh/templates/sshd_config
@@ -123,6 +123,6 @@ Subsystem sftp <%= path_to_sftp %>/sftp-server
# ForceCommand cvs server
<% if @hostname == 'duvel' then %>
# git command is already forced to "gitolite <username>" in /var/lib/git/.ssh/authorized_keys
-Match User *,!schedbot,!root,!git
+Match User *,!schedbot,!root,!git Group *,!mga-sysadmin
ForceCommand /usr/local/bin/sv_membersh.pl -c "$SSH_ORIGINAL_COMMAND"
<% end %>