mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00: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