Update home authored by van Vliet's avatar van Vliet
......@@ -1395,6 +1395,8 @@ We are using the SSH proxy server for this:
* IP address: 145.88.35.10
* Hostname: res-ssh-alg01.researchlumc.nl
#### Setting up the reverse SSH tunnel
You have to follow the following steps:
* srun -n 1 -c 1 -p gpu -w res-hpc-gpu01 -t 2:0:0 --mem=200M --pty bash
* [on gpu01:] vncserver
......@@ -1428,6 +1430,11 @@ From here:
**Remember**: the first vnc connection will start at port 5901 (:1), the second connection at port 5901 (:2) and so on. The same for the port **8899**. Only 1 user can connect to this port. If this port is occupied, you can't get a connection, so you have to try another port, for example: 8900 or 8898, etc.
#### Closing the reverse SSH tunnel
* vncserver -kill :1
* close both connection/terminals where you are logged in [to the ssh proxy server] with "exit"
## More Slurm info)
### Sview
......
......