<?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: automatic Kill  telnet session that is not used in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742756#M256436</link>
    <description>Yes&lt;BR /&gt;Thank you.&lt;BR /&gt;How i can assig points to you?</description>
    <pubDate>Fri, 03 Mar 2006 16:29:37 GMT</pubDate>
    <dc:creator>david_974</dc:creator>
    <dc:date>2006-03-03T16:29:37Z</dc:date>
    <item>
      <title>automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742748#M256428</link>
      <description>Hi, &lt;BR /&gt;Please, any can tell me how i can do to aumatically kill a telnet session that is no used after some minutes by the user?&lt;BR /&gt;or how i can do to control this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David</description>
      <pubDate>Thu, 02 Mar 2006 10:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742748#M256428</guid>
      <dc:creator>david_974</dc:creator>
      <dc:date>2006-03-02T10:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742749#M256429</link>
      <description>Hi David, &lt;BR /&gt;&lt;BR /&gt;Check this thread out &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=606819" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=606819&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 02 Mar 2006 10:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742749#M256429</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-02T10:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742750#M256430</link>
      <description>If using ksh, you can set the TMOUT variable in the .profile. See man ksh for more info.&lt;BR /&gt;&lt;BR /&gt;There is also a tcp parameter called keepalive for this very purpose.  See man ndd on how to set it, and ndd -h support for a complete list of settings.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Thu, 02 Mar 2006 10:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742750#M256430</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2006-03-02T10:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742751#M256431</link>
      <description>David,&lt;BR /&gt;as suggested TMOUT can be set in the /etc/profile.&lt;BR /&gt;Also if do a &lt;BR /&gt;TMOUT=100&lt;BR /&gt;readonly TMOUT&lt;BR /&gt;export TMOUT&lt;BR /&gt;This sets the TMOUT variable to readonly, so users can't override.&lt;BR /&gt;But I think this timeout only applies whilst sitteing in a shell, if the user starts a vi session, I don't think they get timed out.&lt;BR /&gt;&lt;BR /&gt;Arun,&lt;BR /&gt;your link refers to users accounts that have not be used for a time.Maybe wrong link?</description>
      <pubDate>Thu, 02 Mar 2006 10:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742751#M256431</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-02T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742752#M256432</link>
      <description>The TMOUT variable, work on the SH shell??</description>
      <pubDate>Thu, 02 Mar 2006 11:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742752#M256432</guid>
      <dc:creator>David_711</dc:creator>
      <dc:date>2006-03-02T11:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742753#M256433</link>
      <description>David,&lt;BR /&gt;I think :&lt;BR /&gt;csh - autologout&lt;BR /&gt;ksh - TMOUT&lt;BR /&gt;bash - TMOUT&lt;BR /&gt;Posix - TMOUT&lt;BR /&gt;&lt;BR /&gt;So it should work, but I think root may be excempt from the timeout.</description>
      <pubDate>Thu, 02 Mar 2006 11:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742753#M256433</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-02T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742754#M256434</link>
      <description>Yes, TMOUT is the value for POSIX shells which includes sh (/usr/bin/sh), ksh and optional shells like bash. csh is not a POSIX shell and uses the autologout variable. In ALL shells, this timeoout value is for a shell prompt only. The timer starts when the shell waits for a command and is reset whenever anotherf command (like vi) is run. The shell cannot determine if a user has walked away leaving vi running. That takes a sysadmin to check.</description>
      <pubDate>Thu, 02 Mar 2006 14:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742754#M256434</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-03-02T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742755#M256435</link>
      <description>David,&lt;BR /&gt;are you happy with the answers you got?&lt;BR /&gt;&lt;BR /&gt;If so have a look at:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and/or&lt;BR /&gt;can you please update.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 05:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742755#M256435</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-03T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: automatic Kill  telnet session that is not used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742756#M256436</link>
      <description>Yes&lt;BR /&gt;Thank you.&lt;BR /&gt;How i can assig points to you?</description>
      <pubDate>Fri, 03 Mar 2006 16:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatic-kill-telnet-session-that-is-not-used/m-p/3742756#M256436</guid>
      <dc:creator>david_974</dc:creator>
      <dc:date>2006-03-03T16:29:37Z</dc:date>
    </item>
  </channel>
</rss>

