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

This commit is contained in:
imilo
2016-12-21 10:46:54 +02:00
committed by 无闻
parent 2cfdce88e0
commit 85fbd6e9c6
4 changed files with 10 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ var (
StartBuiltinServer bool `ini:"START_SSH_SERVER"`
Domain string `ini:"SSH_DOMAIN"`
Port int `ini:"SSH_PORT"`
ListenHost string `ini:"SSH_LISTEN_HOST"`
ListenPort int `ini:"SSH_LISTEN_PORT"`
RootPath string `ini:"SSH_ROOT_PATH"`
KeyTestPath string `ini:"SSH_KEY_TEST_PATH"`