Hello, I have an RB750, when I connect remotely via SSH the session lasts a very short time, from 30 to 60 seconds if there is no activity, my question is if there is a way to extend that connection time to at least 1 hour.
Best thing is perhaps to handle it CLIENTSIDE.
If you’re on Mac or Linux, you can edit (or create if it does not exist) your local SSH config file in ~/.ssh/config and add the following line:
ServerAliveInterval 120
This will send a “null packet” every 120 seconds on your SSH connections to keep them alive foreverer until terminated.