From f4525524968ad9619ec953e4cb4e9e03f3ed2165 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 17:48:58 +0100 Subject: Add git-wrapper script and update sshd_config for git user --- etc/ssh/sshd_config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 etc/ssh/sshd_config (limited to 'etc/ssh') 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 -- cgit v1.2.3