Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 162c9fd

Browse files
AzrenbethAzrenbeth
authored andcommitted
Made ssh instructions clearer for skim reading
1 parent a297952 commit 162c9fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/manhole.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ manhole_settings:
7575
## Accessing synapse manhole
7676

7777
Then restart synapse, and point an ssh client at port 9000 on localhost, using
78-
the username and password configured in `homeserver.yaml`
78+
the username and password configured in `homeserver.yaml` - with the default
79+
configuration, this would be:
7980

8081
```bash
81-
ssh -p9000 user@localhost
82+
ssh -p9000 matrix@localhost
8283
```
8384

8485
Then enter the password when prompted.

0 commit comments

Comments
 (0)