Merge pull request #31 from RomainMorlevat/patch-1

Fix port number for olm client
This commit is contained in:
Owen Schwartz
2025-11-30 09:45:13 -05:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ Here's how to set up SSH access to your server when connected with a client:
When connected with a Olm client, you can SSH to your server using `<site-address>:2022`.
```bash
ssh user@100.90.128.0 -p 22
ssh user@100.90.128.0 -p 2022
```
<Note>
When accessing a site resource, you use the IP of the site found in the dashboard and the local port you configured for the resource.