gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e77d8f3167396075738b1f9c7a925e17e8436f88
parent dfc2315d693b6e4b538b1a54e4c5b55440c05ad0
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Mon, 27 Oct 2025 10:30:04 +0100

Comments

Diffstat:
Msrc/env | 2+-
Msrc/ssh.conf | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/env b/src/env @@ -4,4 +4,4 @@ set _REPO_PERMISSIONS_FILE /etc/repo-permissions set _REPO_VALIDATION_REGEX "((?:\/[a-zA-Z0-9_\-\.]+)+.git)" set _GIT_VALIDATION_REGEX "^(git-(?:upload-pack|receive-pack|upload-archive)) '$_REPO_VALIDATION_REGEX'\$" set _GIT_SUDO_GROUP gitsudo -set _LOG /var/log/run.txt +set _LOG /var/log/git-run diff --git a/src/ssh.conf b/src/ssh.conf @@ -8,7 +8,7 @@ ChallengeResponseAuthentication no PermitTTY no AllowAgentForwarding no -# Point keys to shared data dir +# Point keys to shared data dir to avoid regenerating them each time HostKey /var/ssh/etc/ssh/ssh_host_rsa_key HostKey /var/ssh/etc/ssh/ssh_host_ecdsa_key HostKey /var/ssh/etc/ssh/ssh_host_ed25519_key