diff options
| author | 2025-10-27 10:30:04 +0100 | |
|---|---|---|
| committer | 2025-10-27 10:30:04 +0100 | |
| commit | 73181e030c2552fc981b6c3a115c1b68dbc9a14b (patch) | |
| tree | 5abddaeafe43cb98f3f969410031de9b6c0e04ea /src | |
| parent | f89d943fc55e7d9bf4fd197fa0e2cb6500952ce4 (diff) | |
Comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/env | 2 | ||||
| -rw-r--r-- | src/ssh.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 index 407285d..7f11a9f 100644 --- 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 |
