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

Commit

Permalink
Made ssh instructions clearer for skim reading
Browse files Browse the repository at this point in the history
  • Loading branch information
Azrenbeth authored and Azrenbeth committed Aug 18, 2021
1 parent a297952 commit 162c9fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manhole.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ manhole_settings:
## Accessing synapse manhole

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

```bash
ssh -p9000 user@localhost
ssh -p9000 matrix@localhost
```

Then enter the password when prompted.
Expand Down

0 comments on commit 162c9fd

Please sign in to comment.