From b3d4fe72d35d7542f54b8c81e2f59f66723df1df Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Jul 2026 19:38:11 +0530 Subject: Some hardening --- ssh/sshd-config/git.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ssh/sshd-config/git.conf (limited to 'ssh/sshd-config/git.conf') diff --git a/ssh/sshd-config/git.conf b/ssh/sshd-config/git.conf new file mode 100644 index 0000000..102725a --- /dev/null +++ b/ssh/sshd-config/git.conf @@ -0,0 +1,6 @@ +Match Group git + X11Forwarding no + AllowTcpForwarding no + PermitTunnel no + AllowAgentForwarding no + GatewayPorts no -- cgit v1.3.1