From 847d7bc137327697a8827cce6d3f647e5991956b Mon Sep 17 00:00:00 2001 From: Samy O Date: Wed, 16 Apr 2025 09:17:42 +0200 Subject: [PATCH 1/2] fix(S3): update ssh connection to plex server --- tutorials/configure-plex-s3/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/configure-plex-s3/index.mdx b/tutorials/configure-plex-s3/index.mdx index ff6681aef8..b9a04d3247 100644 --- a/tutorials/configure-plex-s3/index.mdx +++ b/tutorials/configure-plex-s3/index.mdx @@ -103,7 +103,9 @@ Plex is a client/server media player system comprising two main components: ssh root@plex.server.ip -L 8888:localhost:32400 ``` - On Windows (using PuTTY): - - Open PuTTY, enter your server IP, and navigate to **Connection > SSH > Tunnels**. + - Open PuTTY, enter your Instance IP, and navigate to **Connection > SSH > Auth > Credentials**. + - Make sure you the correct private key file is selected. + - Navigate to **Connection > SSH > Tunnels**. - Set **Source port** to `8888` and **Destination** to `localhost:32400`. - Click **Add**, then **Save**, then **Open** to connect. From 3989a79f684442b8a0dbd21ce729fbddeff74539 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 17 Apr 2025 17:56:53 +0200 Subject: [PATCH 2/2] Update tutorials/configure-plex-s3/index.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- tutorials/configure-plex-s3/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/configure-plex-s3/index.mdx b/tutorials/configure-plex-s3/index.mdx index b9a04d3247..8102337bc7 100644 --- a/tutorials/configure-plex-s3/index.mdx +++ b/tutorials/configure-plex-s3/index.mdx @@ -104,7 +104,7 @@ Plex is a client/server media player system comprising two main components: ``` - On Windows (using PuTTY): - Open PuTTY, enter your Instance IP, and navigate to **Connection > SSH > Auth > Credentials**. - - Make sure you the correct private key file is selected. + - Make sure the correct private key file is selected. - Navigate to **Connection > SSH > Tunnels**. - Set **Source port** to `8888` and **Destination** to `localhost:32400`. - Click **Add**, then **Save**, then **Open** to connect.