aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ssh/sshd_config7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config
index 97ae415..b41c289 100644
--- a/etc/ssh/sshd_config
+++ b/etc/ssh/sshd_config
@@ -1,2 +1,7 @@
Match User git
- ForceCommand /usr/local/bin/git-wrapper \ No newline at end of file
+ ForceCommand /usr/local/bin/git-wrapper
+ AllowAgentForwarding no
+ AllowTcpForwarding no
+ X11Forwarding no
+ PermitTTY no
+ PermitUserRC no \ No newline at end of file