New settings option for a custom SSH host (#3763) (#446)

* New settings option for a custom SSH host (#3763)

* let default ssh listen addr empty
This commit is contained in:
Lunny Xiao 2016-12-22 20:26:43 +08:00 committed by Thomas Boerger
parent 11df7ebfc5
commit 65b1875d2b
4 changed files with 10 additions and 7 deletions

View file

@ -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