Skip to content

Commit 7fb8c19

Browse files
Update docs/source/programming/port-fowarding.md
Co-authored-by: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com>
1 parent 4cccabb commit 7fb8c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/programming/port-fowarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Jupyter will start and display a link with a token.
5353
On **your local machine**, open a separate terminal and run:
5454

5555
```bash
56-
ssh -N <SWC-USERNAME>@<node-name> -J <SWC-USERNAME>@ssh.swc.ucl.ac.uk,<SWC-USERNAME>@<node-name> -L 8082:localhost:8082
56+
ssh -N <SWC-USERNAME>@<node-name> -J <SWC-USERNAME>@ssh.swc.ucl.ac.uk,<SWC-USERNAME>@hpc-gw2 -L 8082:localhost:8082
5757
```
5858

5959
Replace `<node-name>` with the actual name of the compute node assigned to you (e.g., `gpu-sr670-20`). This command establishes a secure tunnel between your laptop and the node.

0 commit comments

Comments
 (0)