Interactive job with ssh tunneling automation

Viewed 24

I am running an interactive job on uni hpc resources and every time I have to

  1. Go to login node
  2. On login node submit an interactive job requesting one of the computing nodes
  3. 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)?

0 Answers
Related