DreamBox
RRunPod
•Created by SuperSynapse on 3/14/2025 in #⛅|pods-clusters
Is there any way to apt install screen to resume on the webterminal if the connection closes?
If you are doing that, add these arguments in the ssh command, like so...
ssh -o ServerAliveInterval=180 -o ServerAliveCountMax=2 and if you are on Windows and use MobaXterm, there is a settings checkbox for keepalive from the client. If you are using Jupyter, I would look for ways to leverage a Jupyter config file, although now I am starting to guess about stuff. Just throwing some ideas out there.
7 replies
RRunPod
•Created by SuperSynapse on 3/14/2025 in #⛅|pods-clusters
Is there any way to apt install screen to resume on the webterminal if the connection closes?
How about connecting to the host over SSH from an external terminal like iTerm. You could also add the SSH KEEPALIVE optons on the cmd line (which can also go into ~/.ssh/config:
7 replies