SSH & psyBNC Timeouts
I'd just like to see if anyone else with a similar setup to me has these problems. My setup is:
Linode 64
Redhat 9 Large install
Just two 'services' running - SSH and psyBNC
The problem I have is that both seem to time out after about 20 minutes to an hour if there is no activity. SSH simply doesn't respond to any character input unless I reconnect (in which case it works fine as long as I don't leave it idle). psyBNC causes more of a problem - whilst it stays connected to the IRC network, the user connected to it is silently disconnected and often does not realise this has happened.
Does anyone know if this is a configuration problem that can be fixed at my end, or an inevitable consequence of something?
Thanks in advance for any help you can offer.
4 Replies
@Quik:
The problem I have is that both seem to time out after about 20 minutes to an hour if there is no activity.
This is likely not a problem with your Linode, but instead a firewall or router near the client taking down a connection after some period of inactivity. If this is the issue, you can investigate 'keepalive' options on your client apps. For example, for OpenSSH you can put 'KeepAlive yes' in your $HOME/.ssh/config file.
Roy