From be9e6a7f05a78941d13f9a28333e92224f7de763 Mon Sep 17 00:00:00 2001 From: patmjen <patmjen@dtu.dk> Date: Thu, 3 Nov 2022 17:23:57 +0100 Subject: [PATCH] Update SSH port forward command --- HPC_Python_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HPC_Python_Guide.md b/HPC_Python_Guide.md index 23fedea..57eb6e5 100644 --- a/HPC_Python_Guide.md +++ b/HPC_Python_Guide.md @@ -171,7 +171,7 @@ You should now be able to install packages with pip install <PACKAGE> as normal. 7. Open a terminal on your own computer and run ``` - ssh <USERNAME>@login2.hpc.dtu.dk -g -L44000:<HOSTNAME>:44000 -N + ssh <USERNAME>@login2.hpc.dtu.dk -NL44000:<HOSTNAME>:44000 ``` where `<USERNAME>` is your DTU user name and `<HOSTNAME>` is the hostname you found in step 4. This should prompt you for your DTU password, _**and then NOTHING SHOULD HAPPEN**_. -- GitLab