diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openssh/templates/sshd_config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config index ebf595d4..9faa314b 100644 --- a/modules/openssh/templates/sshd_config +++ b/modules/openssh/templates/sshd_config @@ -126,7 +126,3 @@ 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 iurt -<% end %> |