<?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 slow SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692011#M383322</link>
    <description>I installed new version OpenSSH 5.5 on hp-ux 11.23.&lt;BR /&gt;&lt;BR /&gt;When I ssh to that machine with new SSH version, it takes about 10-12 seconds to get there. Much slower. &lt;BR /&gt;&lt;BR /&gt;Telnet is fine, there are no DNS issues as far as I can tell. &lt;BR /&gt;&lt;BR /&gt;I have other machines with identical sshd_config file that do not have that issue.&lt;BR /&gt;&lt;BR /&gt;Any idea what's going on?</description>
    <pubDate>Mon, 27 Sep 2010 20:52:48 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2010-09-27T20:52:48Z</dc:date>
    <item>
      <title>slow SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692011#M383322</link>
      <description>I installed new version OpenSSH 5.5 on hp-ux 11.23.&lt;BR /&gt;&lt;BR /&gt;When I ssh to that machine with new SSH version, it takes about 10-12 seconds to get there. Much slower. &lt;BR /&gt;&lt;BR /&gt;Telnet is fine, there are no DNS issues as far as I can tell. &lt;BR /&gt;&lt;BR /&gt;I have other machines with identical sshd_config file that do not have that issue.&lt;BR /&gt;&lt;BR /&gt;Any idea what's going on?</description>
      <pubDate>Mon, 27 Sep 2010 20:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692011#M383322</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2010-09-27T20:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: slow SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692012#M383323</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If the only change factor is openssh, then bad software is the likely cause.&lt;BR /&gt;&lt;BR /&gt;Did you get openssh from &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; where it is named secure shell? If yes, report the problem and wait for a new version.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Sep 2010 21:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692012#M383323</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-09-27T21:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: slow SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692013#M383324</link>
      <description>There are two areas where ssh can slow down. The first is the remote server. It must do a lot of computing so if it is a very slow D350 or K320, then the random number computation will be very slow -- all connections to these machines will appear to be slow to start.&lt;BR /&gt; &lt;BR /&gt;The second is address resolution and DNS is very often the culprit. nslookup is not enough. Like telnet and rlogin, the ssh code will try to validate the hostname *and* the IP address. This means that the DNS server must store both records. But when the DNS server is managed by Windows admins, they often fail to add the reverse lookup records.&lt;BR /&gt; &lt;BR /&gt;For servers, I never rely on DNS as the first authority. Use /etc/hosts first, then DNS and don't search unavailable services such as NIS or LDAP. Do this by editing the lines in /etc/nsswitch.conf:&lt;BR /&gt; &lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;ipnodes: files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt; &lt;BR /&gt;Now populate /etc/hosts with the servers you'll be contacting along with PCs and MACs that connect often.&lt;BR /&gt; &lt;BR /&gt;Also check DNS with nsquery rather than nslookup:&lt;BR /&gt; &lt;BR /&gt;nsquery hosts itrc.hp.com&lt;BR /&gt;nsquery hosts 15.217.80.218</description>
      <pubDate>Mon, 27 Sep 2010 23:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692013#M383324</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-27T23:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: slow SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692014#M383325</link>
      <description>pls check the size of /var/adm/wtmps file.&lt;BR /&gt;&lt;BR /&gt;have you restarted the sshd services after upgrade ?</description>
      <pubDate>Tue, 28 Sep 2010 00:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-ssh/m-p/4692014#M383325</guid>
      <dc:creator>SUDHAKAR_18</dc:creator>
      <dc:date>2010-09-28T00:36:46Z</dc:date>
    </item>
  </channel>
</rss>

