<?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 SSH to server slow in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912691#M84615</link>
    <description>Hi, &lt;BR /&gt;We have run ACL on the hosts, and after that ssh to host getting too slow. &lt;BR /&gt;Problem is weired, initial attempts are slow, like it stops for a while and later attempts become normal. &lt;BR /&gt;gateway/switch looks normal. &lt;BR /&gt;netstat also gets slow at showing ssh connections..all other things are normal. &lt;BR /&gt;Let me know where to look.. I checked / compared ssh config files with other hosts.. looks all normal.. &lt;BR /&gt;Thnx</description>
    <pubDate>Wed, 13 Dec 2006 21:16:50 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2006-12-13T21:16:50Z</dc:date>
    <item>
      <title>SSH to server slow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912691#M84615</link>
      <description>Hi, &lt;BR /&gt;We have run ACL on the hosts, and after that ssh to host getting too slow. &lt;BR /&gt;Problem is weired, initial attempts are slow, like it stops for a while and later attempts become normal. &lt;BR /&gt;gateway/switch looks normal. &lt;BR /&gt;netstat also gets slow at showing ssh connections..all other things are normal. &lt;BR /&gt;Let me know where to look.. I checked / compared ssh config files with other hosts.. looks all normal.. &lt;BR /&gt;Thnx</description>
      <pubDate>Wed, 13 Dec 2006 21:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912691#M84615</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2006-12-13T21:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to server slow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912692#M84616</link>
      <description>I had a similar problem; after ssh login it took about 10 seconds to get the prompt. Turned out to be reverse lookups. Fixed by changing the /etc/ssh/sshd.conf file. UseDNS off.&lt;BR /&gt;&lt;BR /&gt;I don't remember the syntax exactly, but there's a commented entry in the conf file.</description>
      <pubDate>Thu, 14 Dec 2006 07:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912692#M84616</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2006-12-14T07:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to server slow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912693#M84617</link>
      <description>Please define slow....and expand a bit on which operations you are performing.&lt;BR /&gt;&lt;BR /&gt;For example are you just doing interactive ssh keyboard to screen operations or are you using scp and/or sftp ?&lt;BR /&gt;&lt;BR /&gt;Is it slow just during the login or do you see periodic delays after you have logged in and begun working ?    If the later, it may not be an ssh issue but simply a network or system delay.    Try tracing a session with tcpdump to see if you detect any delays and or retransmissions.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2006 09:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912693#M84617</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2006-12-14T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to server slow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912694#M84618</link>
      <description>If it is only login that is slow, and you have checked the DNS settings, then it could be due to the encryption algorithm being used for the handshake. You can tune this in the "ssh_config" and "sshd_config" files.&lt;BR /&gt;&lt;BR /&gt;If this is your problem it is normally caused by lack of CPU power or a missing OS patch.</description>
      <pubDate>Fri, 15 Dec 2006 03:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912694#M84618</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-12-15T03:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to server slow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912695#M84619</link>
      <description>Check files /var/log/messages and /var/log/secure&lt;BR /&gt;&lt;BR /&gt;Perhaps there are some info in dmesg ?&lt;BR /&gt;&lt;BR /&gt;if this is not sufficient the try &lt;BR /&gt;# tcpdump &lt;BR /&gt;on the interface when you you invoke ssh ?&lt;BR /&gt;&lt;BR /&gt;and maybe an ssh with option -v will reveal more.&lt;BR /&gt;&lt;BR /&gt;Hope you find help in the above?&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2006 05:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912695#M84619</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-12-15T05:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to server slow</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912696#M84620</link>
      <description>TURNED out a DNS issue, local dns server is not added to ACL list, which will be done in a bit. I changed resolv.conf after looking in tcpdump a bit. Query is going to remote DNS after ssh connections happens for reverse lookup for gethostbyname.. &lt;BR /&gt;Thanks for all responses. &lt;BR /&gt;Rgds&lt;BR /&gt;Prashant</description>
      <pubDate>Sat, 16 Dec 2006 11:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-to-server-slow/m-p/3912696#M84620</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2006-12-16T11:34:18Z</dc:date>
    </item>
  </channel>
</rss>

