I am running an interactive job on uni hpc resources and every time I have to
- Go to login node
- On login node submit an interactive job requesting one of the computing nodes
- Manually ssh tunnel from a computing node to local machine (my laptop)
Any ideas how to automate that (not having to manually write computing node address to my ssh -N -L command)?