From 881d85aad98f680c515507256075b1f915c75311 Mon Sep 17 00:00:00 2001 From: Romain Morlevat <19805656+RomainMorlevat@users.noreply.github.com> Date: Sun, 30 Nov 2025 15:07:48 +0100 Subject: [PATCH] Fix port number for newt client Screenshot and text are referring to port number 2022 but command line is using port 22. --- manage/resources/client-resources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/resources/client-resources.mdx b/manage/resources/client-resources.mdx index 344c0aa..881d3f7 100644 --- a/manage/resources/client-resources.mdx +++ b/manage/resources/client-resources.mdx @@ -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 `:2022`. ```bash -ssh user@100.90.128.0 -p 22 +ssh user@100.90.128.0 -p 2022 ``` 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.