idle timeouts (ssh and telnet): where is this set?

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: idle timeouts (ssh and telnet): where is this set?

    On Tue, 29 Jul 2003 02:15:55 +0000, 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?
    You are using pppoe on your DSL connection?

    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

  4. #3

    Default 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

  5. #4

    Default Re: idle timeouts (ssh and telnet): where is this set?

    On Tue, 29 Jul 2003 02:04:51 -0700, Atif Munir wrote:
    > 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.
    That won't do a bit of good if the pppoe connection is timing out. That
    type of link must be kept alive by ongoing activity at the client, perhaps
    a periodic ISP mail check.

    Dave Uhring Guest

  6. #5

    Default Re: idle timeouts (ssh and telnet): where is this set?

    Kate & Randy <kate.randy@verizon.net> 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?
    Hard to know exactly, but I've had similar experiences. I think
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139