diff options
Diffstat (limited to 'modules/openssh/templates')
-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 7c6146fd..1178a3e4 100644 --- a/modules/openssh/templates/sshd_config +++ b/modules/openssh/templates/sshd_config @@ -122,6 +122,6 @@ Subsystem sftp <%= path_to_sftp %>/sftp-server # AllowTcpForwarding no # ForceCommand cvs server <% if @hostname == 'duvel' then %> -Match User !schedbot User !root +Match User *,!schedbot,!root ForceCommand /usr/local/bin/sv_membersh.pl -c "$SSH_ORIGINAL_COMMAND" <% end %> |