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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user