1
0
Fork 0
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:
Gusted 2022-03-31 05:15:36 +02:00 committed by GitHub
parent c83168104b
commit ba5f2acb9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}