diff --git a/HPC_Python_Guide.md b/HPC_Python_Guide.md
index 23fedeaab678755d0a43ad8eac94ec5f473d05aa..57eb6e5a5ddcfc5bc6bcdae8ebb320d9362b2223 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**_.