mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 09:46:34 +08:00
* New settings option for a custom SSH host (#3763) * let default ssh listen addr empty
This commit is contained in:
committed by
Thomas Boerger
parent
11df7ebfc5
commit
65b1875d2b
@@ -103,6 +103,8 @@ DISABLE_SSH = false
|
||||
START_SSH_SERVER = false
|
||||
; Domain name to be exposed in clone URL
|
||||
SSH_DOMAIN = %(DOMAIN)s
|
||||
; Network interface builtin SSH server listens on
|
||||
SSH_LISTEN_HOST =
|
||||
; Port number to be exposed in clone URL
|
||||
SSH_PORT = 22
|
||||
; Port number builtin SSH server listens on
|
||||
|
||||
Reference in New Issue
Block a user