summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index 6977ef2..8a00375 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -66,10 +66,12 @@ audit_usernames: false
sshd:
# Address which the SSH server listens on. Defaults to [::]:22.
listen: "[::]:22"
+ # Address which the server listens on HTTP for monitoring/health checks. Defaults to localhost:9122.
+ web_listen: "localhost:9122"
# Maximum number of concurrent sessions allowed on a single SSH connection. Defaults to 10.
concurrent_sessions_limit: 10
# SSH host key files.
host_key_files:
- /run/secrets/ssh-hostkeys/ssh_host_rsa_key
- /run/secrets/ssh-hostkeys/ssh_host_ecdsa_key
- - /run/secrets/ssh-hostkeys/ssh_host_ed25519_key \ No newline at end of file
+ - /run/secrets/ssh-hostkeys/ssh_host_ed25519_key