I got timed out of a ssh session. Is there a way I can switch back to it if it still exists? |
If the session timed out, the socket is closed.
or you can edit the /etc/ssh/ssh_config and modify the setting:
I believe the default is 300, iirc. |
Use gnu screen!
If your ssh session dies, everything is still up and running in your screen session. |