27 May
2009
27 May
'09
7:09 p.m.
Jon Rorke wrote:
Hi guys, I have noticed if I SSh into an Allstar node and leave it connected with no activity that eventually it will time out.
Other nodes dont seem to do this.
Is there a setting that governs this? and how does one set it to not time out if I want to monitor a remote node from the cli?
<-- Hi Jon; in sshd_config, set the following (it is commented out by default)... ClientAliveInterval x ClientAliveCountMax y where x and y are your variables - timeout interval is governed by x seconds * y You will need to restart sshd - be careful, since you don't want to lock yourself out! service sshd restart TTYL! R.