<?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: iLO 3: ssh timeout of 60 seconds ? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692653#M5317</link>
    <description>In iLO3 - try setting "Idle Connection Timeout" to "Infinite" under web menu "Administration -&amp;gt; Access Settings".&lt;BR /&gt;&lt;BR /&gt;Also it is often the client tool side that times out, not iLO.  For example, PuTTY is a free SSH shell for Win/Linux and has a "re-negotiate ssh key" default timeout of 60 seconds.  You can change that under "Connection-&amp;gt;SSH-&amp;gt;key-&amp;gt;Max" to '0' for infinite &lt;BR /&gt;&lt;BR /&gt;(thanks to PaulS for this tip).&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Sep 2010 16:57:58 GMT</pubDate>
    <dc:creator>dpaulson</dc:creator>
    <dc:date>2010-09-30T16:57:58Z</dc:date>
    <item>
      <title>iLO 3: ssh timeout of 60 seconds ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692652#M5316</link>
      <description>&lt;!--!*#--&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I noticed that other than iLO2, iLO3 appears to have a 60 seconds inactivity timeout when accessing it through ssh. Is that configurable anywhere ?  One minute is very short, when you are trying to watch a server reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Heinrich</description>
      <pubDate>Wed, 29 Sep 2010 06:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692652#M5316</guid>
      <dc:creator>heinrichborowski</dc:creator>
      <dc:date>2010-09-29T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: iLO 3: ssh timeout of 60 seconds ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692653#M5317</link>
      <description>In iLO3 - try setting "Idle Connection Timeout" to "Infinite" under web menu "Administration -&amp;gt; Access Settings".&lt;BR /&gt;&lt;BR /&gt;Also it is often the client tool side that times out, not iLO.  For example, PuTTY is a free SSH shell for Win/Linux and has a "re-negotiate ssh key" default timeout of 60 seconds.  You can change that under "Connection-&amp;gt;SSH-&amp;gt;key-&amp;gt;Max" to '0' for infinite &lt;BR /&gt;&lt;BR /&gt;(thanks to PaulS for this tip).&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2010 16:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692653#M5317</guid>
      <dc:creator>dpaulson</dc:creator>
      <dc:date>2010-09-30T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: iLO 3: ssh timeout of 60 seconds ?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692654#M5318</link>
      <description>===[ Issue ]===&lt;BR /&gt;&lt;BR /&gt;the iLO3 ssh server appears not to reply to ssh ServerAlive requests.&lt;BR /&gt;&lt;BR /&gt;$ ssh -V&lt;BR /&gt;OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009&lt;BR /&gt;&lt;BR /&gt;$ cat .ssh/config&lt;BR /&gt;ServerAliveInterval 15&lt;BR /&gt;ServerAliveCountMax 3&lt;BR /&gt;&lt;BR /&gt;$ ssh user@server-ilo&lt;BR /&gt;[after exactly 60 seconds]&lt;BR /&gt;hpiLO-&amp;gt; Timeout, server not responding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;===[ Explanation ]===&lt;BR /&gt;&lt;BR /&gt;According to the configuration, a ServerAlive request is sent every 15 seconds.  Three times the lack of a reply ist tolerated.  When the forth request remains unanswered, the client drops the connection.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;===[ Workaround ]===&lt;BR /&gt;&lt;BR /&gt;$ ssh -o ServerAliveInterval=0 user@server-ilo&lt;BR /&gt;&lt;BR /&gt;If you need ServerAlive messages in order to keep the connection open across an NAT Firewall, you could simply configure ssh to send a large number of ServerAlive messages without expecting a reply, e.g. the following command would time out after a day:&lt;BR /&gt;&lt;BR /&gt;$ ssh -o ServerAliveInterval=15 -o ServerAliveCountMax=5759 user@server-ilo&lt;BR /&gt;&lt;BR /&gt;===&lt;BR /&gt;&lt;BR /&gt;@dpaulson&lt;BR /&gt;&lt;BR /&gt;- Changing the "Idle Connection Timeout" on the web interface had no effect.&lt;BR /&gt;- I did not attempt to change any key re-negotiation timings as that would compromise the security of the conection.&lt;BR /&gt;- Thank you for mentioning a possible client side issue. This helped me find a workaround to this iLO3 bug.&lt;BR /&gt;&lt;BR /&gt;Heinrich&lt;BR /&gt;(hwa)</description>
      <pubDate>Fri, 01 Oct 2010 07:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-3-ssh-timeout-of-60-seconds/m-p/4692654#M5318</guid>
      <dc:creator>heinrichborowski</dc:creator>
      <dc:date>2010-10-01T07:16:08Z</dc:date>
    </item>
  </channel>
</rss>

