diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 11:11:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:40:51 +0200 |
| commit | 676786639604fe244ba5372471afba4c7824e365 (patch) | |
| tree | 37b8eef59628f28628caa3e4e5ae727cb11bc9ee /f3s/git-server/docker-image | |
| parent | c6ec63635fd9c75c452dbb1a040912e5301f731e (diff) | |
Fix sshd_config and cgit permissions
- Remove unsupported UsePAM option from sshd_config
- Run cgit as root to allow cache directory initialization
- Add CHOWN and DAC_OVERRIDE capabilities for cgit
Diffstat (limited to 'f3s/git-server/docker-image')
| -rw-r--r-- | f3s/git-server/docker-image/sshd_config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/f3s/git-server/docker-image/sshd_config b/f3s/git-server/docker-image/sshd_config index e49c5bb..7e899e0 100644 --- a/f3s/git-server/docker-image/sshd_config +++ b/f3s/git-server/docker-image/sshd_config @@ -16,7 +16,6 @@ PubkeyAuthentication yes PasswordAuthentication no PermitEmptyPasswords no ChallengeResponseAuthentication no -UsePAM no # Restrict to git user only AllowUsers git |
