Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] SSH connection time
- Date: Thu, 29 May 2003 09:53:10 +0100
- From: Tim Hurman <kano-tlug@example.com>
- Subject: Re: [tlug] SSH connection time
- References: <20030527173424.203a558c.shige@example.com> <20030527084527.GA17670@example.com> <20030529104731.0b38565e.shige@example.com>
- User-agent: Mutt/1.4i
On Thu, May 29, 2003 at 10:47:31AM +0900, Shigeo Honda wrote: > Thanks your advice. I tried but it did not work for me. > > 1. I use bash so I did export TMOUT=0 in my local terminal but still lost > connection after 10 minutes or so. > > 2. And I did export TMOUT=0 at remote host, then I get '-bash: TMOUT: > readonly variable' > message. > > How can I keep ssh connection as long as I want? > Looks like the remote machine is setting TMOUT with something like typeset -r TMOUT you may want to look in /etc/profile and ~/.profile for a read only assignment. Btw, the bash man page has a pretty detailed explanation of readonly assignments and the TMOUT variable. Also after you assign it, you should be able to check it with: echo $TMOUT to make sure it has actually assigned it. (Sorry if I am telling you things you already know). As for the local machine I dont know why it is still. Also in the sshd_config manpage make a reference to: ClientAliveInterval this may be of some help. Tim.
- References:
- [tlug] SSH connection time
- From: Shigeo Honda
- Re: [tlug] SSH connection time
- From: Tim Hurman
- Re: [tlug] SSH connection time
- From: Shigeo Honda
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Novell letter to SCO - "You don't own it anyway"
- Next by Date: Re: [tlug] Novell letter to SCO - "You don't own it anyway"
- Previous by thread: Re: [tlug] SSH connection time
- Next by thread: [tlug] NetBSD & Compaq
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links