Skip to content
Snippets Groups Projects
Commit be9e6a7f authored by patmjen's avatar patmjen
Browse files

Update SSH port forward command

parent 70af689f
No related branches found
No related tags found
No related merge requests found
......@@ -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**_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment