Ask a Question related to Linux / Unix Administration, Design and Development.
-
Roy Smith #1
What's causing idle ssh sessions to close?
I've got Mac-OSX and RedHat 8.0 Linux boxes. When I ssh from the Mac to
Linux and let the connection sit idle for a long time, the connection
times out and I get logged out of the Linux box. Shell is bash at both
ends.
What's causing the timeouts? I've searched the bash, ssh, and sshd man
pages and config files, and can't find anything that talks about idle
timeouts.
Roy Smith Guest
-
PDFs causing my CT3 to close
So I am the admin and i am the one who reviews and publishes drafts - all of a suddent his morning, if someone sends me a PDF file, i can't publsih... -
CGI::Sessions : Deleting expired sessions
Hi, I use CGI::Sessions to save the sessions into MySQL. The problem is, if the user just close the browser windows without logging off, I can't... -
Auto Kill Idle Sessions
My users keep forgetting to logout their terminals and often stay logged in to my RS6K server. Besides being a security risk, this is not allowing... -
call to close causing Segmentation fault
I'm calling close on a valid file descriptor, I've added a check with select to make sure the file descriptor is valid, and it is causing a... -
paroikos #2
Re: What's causing idle ssh sessions to close?
On Mon, 01 Sep 2003 09:57:50 -0400, Roy Smith <roy@panix.com> wrote:
Do you have TMOUT set? the 'env' command should show it.> I've got Mac-OSX and RedHat 8.0 Linux boxes. When I ssh from the Mac to
> Linux and let the connection sit idle for a long time, the connection
> times out and I get logged out of the Linux box. Shell is bash at both
> ends.
>
> What's causing the timeouts? I've searched the bash, ssh, and sshd man
> pages and config files, and can't find anything that talks about idle
> timeouts.
paroikos Guest
-
Roy Smith #3
Re: What's causing idle ssh sessions to close?
In article <slrnbl6kd3.12q.thad@martyria.localdomain>,
paroikos <thad@martyria.localdomain> wrote:
Nope...> On Mon, 01 Sep 2003 09:57:50 -0400, Roy Smith <roy@panix.com> wrote:>> > I've got Mac-OSX and RedHat 8.0 Linux boxes. When I ssh from the Mac to
> > Linux and let the connection sit idle for a long time, the connection
> > times out and I get logged out of the Linux box. Shell is bash at both
> > ends.
> >
> > What's causing the timeouts? I've searched the bash, ssh, and sshd man
> > pages and config files, and can't find anything that talks about idle
> > timeouts.
> Do you have TMOUT set? the 'env' command should show it.
>
[roy@bonkers roy]$ echo $TMOUT
[roy@bonkers roy]$
Roy Smith Guest



Reply With Quote

