diff options
| author | 2025-10-27 10:27:47 +0100 | |
|---|---|---|
| committer | 2025-10-27 10:27:47 +0100 | |
| commit | 2d2eab47ec684f7ac7abff7afee8f3f0dc650c53 (patch) | |
| tree | fd2d6c9a56eb8695d4be34b434a4dd35bac1abd4 /src/ssh.conf | |
| parent | 7f234df40ce16f61f965fc5c1a9c79fdb5da23e2 (diff) | |
Added banner and renamed run script to git-run
Diffstat (limited to 'src/ssh.conf')
| -rw-r--r-- | src/ssh.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssh.conf b/src/ssh.conf index 0de789c..407285d 100644 --- a/src/ssh.conf +++ b/src/ssh.conf @@ -18,7 +18,7 @@ SyslogFacility AUTH LogLevel INFO # Force run script that checks for permissions and runs sudo -ForceCommand /usr/local/bin/run "$SSH_ORIGINAL_COMMAND" +ForceCommand /usr/local/bin/git-run "$SSH_ORIGINAL_COMMAND" # git user has access to EVERYTHING. no login should be possible DenyUsers git |
