
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] SSH connection time
On Tue, May 27, 2003 at 05:34:24PM +0900, Shigeo Honda wrote:
> Hi,
>
> I use ssh to login to my server over internet. I guess default connection
> lasting time is 5 minutes or so, when I type nothing. I'd like contine to
> keep connection to the server until I quit ssh terminal.
>
> How can I change sshd configuration? I checked /etc/ssh/sshd_config but I
> can't figure out how to do it.
>
thats your shell doing that, not ssh, here is the fix:
csh:
unsetenv autologout
bash:
export TMOUT=0
or
unset TMOUT
Tim.
--
"ergo it is easier to drag sheep downhill" - Applied Ergonomics Magasine
Tim Hurman - Email: kano at kano.org.uk - Phone: Yeah right.
Home |
Main Index |
Thread Index