<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux server disconnects inactive telnet sessions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802429#M2437</link>
    <description>add:&lt;BR /&gt;set autologout=0&lt;BR /&gt;&lt;BR /&gt;to your .login file</description>
    <pubDate>Fri, 25 Oct 2002 18:16:43 GMT</pubDate>
    <dc:creator>J._1</dc:creator>
    <dc:date>2002-10-25T18:16:43Z</dc:date>
    <item>
      <title>Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802422#M2430</link>
      <description>Is there a setting that can stop the server (or prolong it) from disconnecting telnet sessions automatically after a period of inactivity?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 13:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802422#M2430</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2002-09-09T13:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802423#M2431</link>
      <description>It's probably your shell that is hanging up, not the telnet server.  Try running 'bash' after logging in and see if it still disconnects you.</description>
      <pubDate>Mon, 09 Sep 2002 18:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802423#M2431</guid>
      <dc:creator>Craig Kelley</dc:creator>
      <dc:date>2002-09-09T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802424#M2432</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Check the shell TMOUT variable.&lt;BR /&gt;&lt;BR /&gt;   export TMOUT=120&lt;BR /&gt;&lt;BR /&gt;will disconnect your session after 120 seconds of inactivity.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2002 19:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802424#M2432</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-09-09T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802425#M2433</link>
      <description>Does the TMOUT variable exist for both /bin/sh and /bin/bash?&lt;BR /&gt;&lt;BR /&gt;What does it default to if not explicitly set with the profile?</description>
      <pubDate>Mon, 09 Sep 2002 20:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802425#M2433</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2002-09-09T20:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802426#M2434</link>
      <description>Hi,&lt;BR /&gt;Yes it exists.&lt;BR /&gt;#vi /etc/profile&lt;BR /&gt;put this line &lt;BR /&gt;TMOUT=0&lt;BR /&gt;Now logout and login again. Now the session will never timeout for any user in the server after login.&lt;BR /&gt;&lt;BR /&gt;Now if you want to Increase the timeout of&lt;BR /&gt;telnet session , before logging in the server.&lt;BR /&gt;( you might have seen that if you keep the telnet session open without giving login name&lt;BR /&gt;and password it will disconnect after some time) do this.&lt;BR /&gt;#vi /etc/login.defs&lt;BR /&gt;LOGIN_TIMEOUT  1000&lt;BR /&gt;1000 - seconds&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 06:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802426#M2434</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-10T06:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802427#M2435</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check if /bin/bash = /bin/sh.&lt;BR /&gt;&lt;BR /&gt;On my system, /bin/sh link to /bin/bash.&lt;BR /&gt;&lt;BR /&gt;So both of them have TMOUT.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 07:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802427#M2435</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-09-10T07:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802428#M2436</link>
      <description>Its a security risk to set the timeout to zero.&lt;BR /&gt;&lt;BR /&gt;The Linux default for Red Hat 7x is 180 seconds(15 minutes).  That is reasonable.</description>
      <pubDate>Tue, 10 Sep 2002 17:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802428#M2436</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-09-10T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802429#M2437</link>
      <description>add:&lt;BR /&gt;set autologout=0&lt;BR /&gt;&lt;BR /&gt;to your .login file</description>
      <pubDate>Fri, 25 Oct 2002 18:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802429#M2437</guid>
      <dc:creator>J._1</dc:creator>
      <dc:date>2002-10-25T18:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linux server disconnects inactive telnet sessions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802430#M2438</link>
      <description>Correction: 180 seconds is 3 minutes.  1800 seconds is 15 minutes.  That's more appropriate.</description>
      <pubDate>Wed, 06 Nov 2002 22:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-disconnects-inactive-telnet-sessions/m-p/2802430#M2438</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-11-06T22:04:22Z</dc:date>
    </item>
  </channel>
</rss>

