Skip to content

Commit b56688a

Browse files
Samy-OSamyOubouazizRoRoJ
authored
fix(S3): update ssh connection to plex server (#4853)
* fix(S3): update ssh connection to plex server * Update tutorials/configure-plex-s3/index.mdx Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: SamyOubouaziz <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent 21913b5 commit b56688a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/configure-plex-s3/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ Plex is a client/server media player system comprising two main components:
103103
ssh [email protected] -L 8888:localhost:32400
104104
```
105105
- On Windows (using PuTTY):
106-
- Open PuTTY, enter your server IP, and navigate to **Connection > SSH > Tunnels**.
106+
- Open PuTTY, enter your Instance IP, and navigate to **Connection > SSH > Auth > Credentials**.
107+
- Make sure the correct private key file is selected.
108+
- Navigate to **Connection > SSH > Tunnels**.
107109
- Set **Source port** to `8888` and **Destination** to `localhost:32400`.
108110
- Click **Add**, then **Save**, then **Open** to connect.
109111

0 commit comments

Comments
 (0)