<?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: SSH timeuot? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268153#M734293</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;When i compare these two systems, i can not find any differences in the config files. I do not know why the other system keeps timing out. This is from config file:&lt;BR /&gt;&lt;BR /&gt;#TCPKeepAlive yes&lt;BR /&gt;#ClientAliveInterval 0&lt;BR /&gt;#ClientAliveCountMax 3&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;&lt;BR /&gt;and i can not find any TMOUT= in .profile. &lt;BR /&gt;&lt;BR /&gt;These settings are the same on both systems. &lt;BR /&gt;&lt;BR /&gt;Br&lt;BR /&gt;Patrik&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Sep 2008 09:15:53 GMT</pubDate>
    <dc:creator>boje</dc:creator>
    <dc:date>2008-09-12T09:15:53Z</dc:date>
    <item>
      <title>SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268147#M734287</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I have a machine that disconnects the cilent if it´s inactive for some minutes. This is not tha case on any of our other servers. I think this server is configured to be more secure than the others, but i can not find any difference in the config files. This is the file i have checked: /opt/sshd/etc/sshd_config  Is there any other way to config the sshd service? With any other files? How do i know which config files are used on this system? &lt;BR /&gt;&lt;BR /&gt;Br&lt;BR /&gt;Patrik&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268147#M734287</guid>
      <dc:creator>boje</dc:creator>
      <dc:date>2008-09-12T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268148#M734288</link>
      <description>On the basis of which ssh version and flavor you are using config files will vary!! Also if firewall is in between that can also terminate idle connection on the basis of how it's configured.&lt;BR /&gt;&lt;BR /&gt;openssh seems to have this option-LoginGraceTime for timeouts. it's configured insshd_config. man sshd_config for details.&lt;BR /&gt;&lt;BR /&gt;Also you can check if timeout happens for telnet or not or only for ssh. also check TMOUT variable.</description>
      <pubDate>Fri, 12 Sep 2008 07:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268148#M734288</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2008-09-12T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268149#M734289</link>
      <description>Hi!&lt;BR /&gt;ps -ef|grep sshd&lt;BR /&gt;    root   823     1  0  Jun 29  ?        10:13 /opt/ssh/sbin/sshd&lt;BR /&gt;    root  5232  4415  1 10:21:50 pts/0     0:00 grep sshd&lt;BR /&gt;    root  4376   823  0 10:18:14 ?         0:00 sshd: root@pts/0&lt;BR /&gt;&lt;BR /&gt;So it should be /opt/ssh/etc/sshd_config file that is used? Almost all lines in this file starts with #, it is not used? &lt;BR /&gt;&lt;BR /&gt;Br&lt;BR /&gt;Patrik&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268149#M734289</guid>
      <dc:creator>boje</dc:creator>
      <dc:date>2008-09-12T07:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268150#M734290</link>
      <description>Check for TCPKeepAlive in sshd_config:&lt;BR /&gt;&lt;BR /&gt;TCPKeepAlive &lt;BR /&gt;&lt;BR /&gt;Use this directive to control the flow of TCP keep-alive messages. If keep-alive messages are sent, the connection terminates, or one of the hosts crashes, this directive prevents infinitely hanging sessions.&lt;BR /&gt;&lt;BR /&gt;However, if keep-alive messages are not sent, sessions can hang indefinitely on the server, resulting in ghost users and large consumption of server resources.&lt;BR /&gt;&lt;BR /&gt;The default setting is YES.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;TCPKeepAlive   YES&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-7493/apas02.html" target="_blank"&gt;http://docs.hp.com/en/5991-7493/apas02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 12 Sep 2008 07:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268150#M734290</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-12T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268151#M734291</link>
      <description>set TMOUT=0 in .profile&lt;BR /&gt;&lt;BR /&gt;it wont time out ur ssh session.&lt;BR /&gt;&lt;BR /&gt;TCPkeepalive yes is another option in sshd_config&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268151#M734291</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-12T08:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268152#M734292</link>
      <description>&lt;!--!*#--&gt;&amp;gt; So it should be /opt/ssh/etc/sshd_config file that is used? Almost all lines in this file &amp;gt;starts with #, it is not used?&lt;BR /&gt;&lt;BR /&gt;You can try this&lt;BR /&gt;&lt;BR /&gt;$ $(UNIX95= ps -C sshd -o ppid= -o args=|awk '$1==1{print$2}') -h 2&amp;gt;&amp;amp;1|grep -- -f&lt;BR /&gt;  -f file    Configuration file (default /opt/ssh/etc/sshd_config)&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268152#M734292</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2008-09-12T08:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268153#M734293</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;When i compare these two systems, i can not find any differences in the config files. I do not know why the other system keeps timing out. This is from config file:&lt;BR /&gt;&lt;BR /&gt;#TCPKeepAlive yes&lt;BR /&gt;#ClientAliveInterval 0&lt;BR /&gt;#ClientAliveCountMax 3&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;&lt;BR /&gt;and i can not find any TMOUT= in .profile. &lt;BR /&gt;&lt;BR /&gt;These settings are the same on both systems. &lt;BR /&gt;&lt;BR /&gt;Br&lt;BR /&gt;Patrik&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2008 09:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268153#M734293</guid>
      <dc:creator>boje</dc:creator>
      <dc:date>2008-09-12T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: SSH timeuot?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268154#M734294</link>
      <description>u wont find TMOUT in .profile.&lt;BR /&gt;u can manually write&lt;BR /&gt;&lt;BR /&gt;export TMOUNT=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It works.</description>
      <pubDate>Fri, 12 Sep 2008 09:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-timeuot/m-p/4268154#M734294</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-12T09:51:12Z</dc:date>
    </item>
  </channel>
</rss>

