Ask a Question related to Sun Solaris, Design and Development.
-
Kate & Randy #1
idle timeouts (ssh and telnet): where is this set?
From my machine at home running DSL, I telnet and ssh to various
Solaris machines at our university, and after a few minutes idle time,
it disconnects me. I played with the 'autologout' variable but it
seems to have no effect. What is it that's causing these timeouts?
Thanks!
Kate & Randy Guest
-
How do you telnet from 1 host to another using Telnet Module
Hello, I need to know how you telnet from one host to another using the net::telnet module. I can telnet to a single host OK but I need to then... -
net::telnet to ms telnet server
i need to connect to a microsoft telnet server via net::telnet (and io::pty). i can connect and communicate successfully via the telnet command in... -
Net::Telnet problem with MS Telnet Service
Hello, After reading the Net::Telnet documentation, examples, searching the 'Net, etc., I still do not completely understand the problem of... -
Timeouts on GetRequestStream()
I've created a proxy to a set of webservices using the WSDL.exe tool on the WSDL definitions (Using Visual Studio 2003 and the v1.1.4322 .NET... -
Cwd Module - Timeouts
Hi. Please take a look at the following snippet of code: use Cwd; my $directory = getcwd(); When running this on a directory under afs, for... -
Dave Uhring #2
Re: idle timeouts (ssh and telnet): where is this set?
On Tue, 29 Jul 2003 02:15:55 +0000, Kate & Randy wrote:
You are using pppoe on your DSL connection?> From my machine at home running DSL, I telnet and ssh to various
> Solaris machines at our university, and after a few minutes idle time,
> it disconnects me. I played with the 'autologout' variable but it
> seems to have no effect. What is it that's causing these timeouts?
I have had an ssh session connecting this Ultra 1 to a PeeCee running RH-8
on line, local network, for the last 7 hours.
Dave Uhring Guest
-
Wayne #3
Re: idle timeouts (ssh and telnet): where is this set?
Depending on your shell you might look for "TMOUT" environment
variable being set to something other than zero.
One site I know of used a tricky method to end sessions: in
/etc/profile, a background job was started with sleep and kill
commands. This method gave warnings at 5 minutes left and one
minute left. A "ps" command can be used to detect this.
-Wayne
Kate & Randy wrote:
> From my machine at home running DSL, I telnet and ssh to various
> Solaris machines at our university, and after a few minutes idle time,
> it disconnects me. I played with the 'autologout' variable but it
> seems to have no effect. What is it that's causing these timeouts?
>
> Thanks!
>Wayne Guest
-
Dave Uhring #4
Re: idle timeouts (ssh and telnet): where is this set?
On Tue, 29 Jul 2003 02:04:51 -0700, Atif Munir wrote:
That won't do a bit of good if the pppoe connection is timing out. That> Hello,
>
> Timeout is set in the shell...not with telnet nor ssh.....you may do
> this in the .profile of any user as under
> vi $HOME/.profile
> TMOUT=0
> save the file and exit
> now its set at 0 ...you may change it to any required value.
type of link must be kept alive by ongoing activity at the client, perhaps
a periodic ISP mail check.
Dave Uhring Guest
-
Jeremiah DeWitt Weiner #5
Re: idle timeouts (ssh and telnet): where is this set?
Kate & Randy <kate.randy@verizon.net> wrote:
Hard to know exactly, but I've had similar experiences. I think> From my machine at home running DSL, I telnet and ssh to various
> Solaris machines at our university, and after a few minutes idle time,
> it disconnects me. I played with the 'autologout' variable but it
> seems to have no effect. What is it that's causing these timeouts?
it's sometimes caused by a firewall which is aggressively trying to keep
the number of connections down. The most helpful thing I've found is
"spinner" by Joe Laffey: [url]http://www.laffeycomputer.com/spinner.html[/url]
It puts a series of characters into the upper-left-hand corner of the
terminal window (or null characters, if you prefer) and that activity
can help keeps links open.
Jeremiah DeWitt Weiner Guest



Reply With Quote

