diff options
Diffstat (limited to 'etc/ssh')
| -rw-r--r-- | etc/ssh/sshd_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config new file mode 100644 index 0000000..97ae415 --- /dev/null +++ b/etc/ssh/sshd_config @@ -0,0 +1,2 @@ +Match User git + ForceCommand /usr/local/bin/git-wrapper
\ No newline at end of file |
