...
Code Block |
---|
ssh -L 1234:127.0.0.1:1234 noctua2 ssh -L 1234:127.0.0.1:1234 -N n2cn0164 |
Here, noctua2
is the Noctua 2 jump host (see as specified in Access with SSH for ssh configuration) and n2cn0164
is the given compute node. Hence, for different Slurm jobs, you only need to change the name of the compute node at the very end of this command (instead of modifying your ssh config).