summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-07 14:02:57 +0000
committerErik Johnston <erik@matrix.org>2016-01-07 14:02:57 +0000
commit5dc5e29b9cd688af5c71d6b465ccac3c8e1d3c14 (patch)
treecb6b3b7a9e150f66c33a2c242e3eba6d89ff331f
parentChange manhole to use ssh (diff)
downloadsynapse-5dc5e29b9cd688af5c71d6b465ccac3c8e1d3c14.tar.xz
s/telnet/ssh/
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 187edd516b..ed0e8c9fe2 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -200,7 +200,7 @@ class ServerConfig(Config):
               - names: [federation]
                 compress: false
 
-          # Turn on the twisted telnet manhole service on localhost on the given
+          # Turn on the twisted ssh manhole service on localhost on the given
           # port.
           # - port: 9000
           #   bind_address: 127.0.0.1