mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
Merge pull request #31 from RomainMorlevat/patch-1
Fix port number for olm client
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user