Update home authored by Andreas Gad's avatar Andreas Gad
...@@ -288,7 +288,7 @@ The following flowchart will hopefully catch most situations. If you are stuck i ...@@ -288,7 +288,7 @@ The following flowchart will hopefully catch most situations. If you are stuck i
To make a portforward from bumblebee to stkern, on bumble type: To make a portforward from bumblebee to stkern, on bumble type:
``` ```
screen -R portforward screen -R portforward
ssh -R 4567:localhost:22 -R 4568:localhost:8080 -R 4569:localhost:5000 andreas@stkern ssh -R 4567:localhost:22 -R 4568:localhost:8080 -R 4569:localhost:5000 YOUR_USER@stkernfys.phys.au.dk
``` ```
Now you can do 3 things. Now you can do 3 things.
... ...
......