Hi all,
I have a configuration where I need to do a multi hop connection. My configuration is the following:
personal computer == (ssh) == > login node == (ssh) ==> targeted node
Where I need to connect to a login node through ssh and then hop to my targeted node, where I can submit my jobs.
I ignore what is the required configuration I have to program to SAGA to automatically submit from my personal computer to the targeted node going through the login node in the middle.
Thank you.