forked from forgejo/forgejo
Configure OpenSSH log level via Environment in Docker (#19274)
Introduce a new environment variable: SSH_LOG_LEVEL
This commit is contained in:
parent
c83168104b
commit
ba5f2acb9c
2 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue