I am remotely working on a server that automatically logs me out after 5 minutes of inactivity. Here's the message that it usually provides when it does so:
Read from remote host XXXXXXX: Operation timed out
I typically have several sessions open, which I use at roughly 30-minute intervals, so I wonder what I could do to avoid getting disconnected. I've already tried:
- [a] hiring a monkey to hit some keys before the session logs me out
- [b] running the
top
command - [c] threatening the server administrator :)
Any other suggestions? Thanks.