From 90bcfaa2aa39b6e32ac8044f888d8a7de1f36c67 Mon Sep 17 00:00:00 2001 From: Azrenbeth Date: Mon, 6 Sep 2021 15:08:24 +0000 Subject: deploy: 6e895366ea7f194cd48fae08a9909ee01a9fadae --- .../usage/configuration/homeserver_sample_config.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'develop/usage') diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index 00adcb3a5a..2718c008c4 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -527,6 +527,24 @@ listeners: # bind_addresses: ['::1', '127.0.0.1'] # type: manhole +# Connection settings for the manhole +# +manhole_settings: + # The username for the manhole. This defaults to 'matrix'. + # + #username: manhole + + # The password for the manhole. This defaults to 'rabbithole'. + # + #password: mypassword + + # The private and public SSH key pair used to encrypt the manhole traffic. + # If these are left unset, then hardcoded and non-secret keys are used, + # which could allow traffic to be intercepted if sent over a public network. + # + #ssh_priv_key_path: CONFDIR/id_rsa + #ssh_pub_key_path: CONFDIR/id_rsa.pub + # Forward extremities can build up in a room due to networking delays between # homeservers. Once this happens in a large room, calculation of the state of # that room can become quite expensive. To mitigate this, once the number of -- cgit 1.5.1