I got timed out of a ssh session. Is there a way I can switch back to it if it still exists? asked 12 Apr '11, 14:54 electronbender |
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. answered 12 Apr '11, 15:45 davdunc |
Use gnu screen!
If your ssh session dies, everything is still up and running in your screen session. answered 12 Apr '11, 15:38 Jazz ♦ |