From c534b7e211d3264bbbde9b95cd8d6e9e60ad4215 Mon Sep 17 00:00:00 2001 From: Mason Date: Thu, 8 Aug 2019 11:40:31 -0400 Subject: [PATCH] Add SSH_LISTEN_HOST to the config cheatsheet (#7793) This was missing before, and this commit adds it with the correct default value and description --- docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 6f3bc465a6..89f57d9b0c 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -132,6 +132,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `START_SSH_SERVER`: **false**: When enabled, use the built-in SSH server. - `SSH_DOMAIN`: **%(DOMAIN)s**: Domain name of this server, used for displayed clone URL. - `SSH_PORT`: **22**: SSH port displayed in clone URL. +- `SSH_LISTEN_HOST`: **0.0.0.0**: Listen address for the built-in SSH server. - `SSH_LISTEN_PORT`: **%(SSH\_PORT)s**: Port for the built-in SSH server. - `OFFLINE_MODE`: **false**: Disables use of CDN for static files and Gravatar for profile pictures. - `DISABLE_ROUTER_LOG`: **false**: Mute printing of the router log.