1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Configure OpenSSH log level via Environment in Docker (#19274)

Introduce a new environment variable: SSH_LOG_LEVEL
This commit is contained in:
Gusted
2022-03-31 05:15:36 +02:00
committed by GitHub
parent c83168104b
commit ba5f2acb9c
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ ListenAddress ::
${SSH_MAX_STARTUPS}
${SSH_MAX_SESSIONS}
LogLevel INFO
LogLevel ${SSH_LOG_LEVEL}
HostKey /data/ssh/ssh_host_ed25519_key
${SSH_ED25519_CERT}