<?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: Can ssh version make impact on the scp traffic in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058032#M83044</link>
    <description>I will assign 3 more points to make a total of 10&lt;BR /&gt;</description>
    <pubDate>Sun, 15 Jul 2007 10:53:20 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-07-15T10:53:20Z</dc:date>
    <item>
      <title>Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058024#M83036</link>
      <description>the OS on both source and destination are  &lt;BR /&gt;Red Hat Linux Advanced Server release 2.1AS.&lt;BR /&gt;Can ssh version make impact on the scp traffic?(LAN traffic)&lt;BR /&gt;&lt;BR /&gt;Another scenario if the same servers pass the data through WAN link(35mbps); what UNIX commands can trasfer data in a better speed.Currently my scp command take more than 24 Hours to copy 50GB data.</description>
      <pubDate>Fri, 13 Jul 2007 15:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058024#M83036</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-13T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058025#M83037</link>
      <description>If my math is OK that's about 606 KB/sec which is very slow.&lt;BR /&gt;&lt;BR /&gt;Haven't heard of different ssh versions affecting speed.  Things to check:&lt;BR /&gt;&lt;BR /&gt;What speed are the NICs set to?  I have seen some Linux systems set the NICs to 10 Mb/sec for some reason.  Check with mii-tool.&lt;BR /&gt;&lt;BR /&gt;scp encrypts/decrypts the data which is CPU intensive.  Are the CPUs busy doing other work? Check with top.&lt;BR /&gt;&lt;BR /&gt;If you allow ftp, try a ftp transfer to see if that's much faster.  ftp doesn't encrypt the data.&lt;BR /&gt;&lt;BR /&gt;Not that familiar with this area but I've had problems when the network switches are set up to match your servers.  Talk to whoever manages your network.&lt;BR /&gt;&lt;BR /&gt;Vic&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2007 15:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058025#M83037</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2007-07-13T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058026#M83038</link>
      <description>Interms on speed i am looking for suggetion on a WAN scenario..&lt;BR /&gt;&lt;BR /&gt;LAN scenario, my question would be if a lower ssh version can a difference in the data trasnfer speed?I have same ssh version on both source and dest hosts.</description>
      <pubDate>Fri, 13 Jul 2007 15:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058026#M83038</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-13T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058027#M83039</link>
      <description>There are flaws in some of the older versions of SSH which affect the transfer speeds, so it's always a good idea to make sure they are up-to-date, but having different source/dest versions shouldn't make a difference (assuming neither have such bugs).&lt;BR /&gt;&lt;BR /&gt;I'm going to assume that neither the source nor dest are CPU bound, so the encryption isn't causing the issue (using a lighter encryption method (BlowFish for example) would be a good test for that). .. (Besides, Victor already asked).&lt;BR /&gt;&lt;BR /&gt;You're not imposing any speed limits in any QoS or Firewalls between the two boxes?  And are not using the '-l' (limit speed) flag anywhere ?&lt;BR /&gt;&lt;BR /&gt;I guess there is also the question of local link congestion (at either end).  The WAN isn't already congested with other traffic?&lt;BR /&gt;&lt;BR /&gt;Have you tried changing the 'Compression' setting?</description>
      <pubDate>Fri, 13 Jul 2007 16:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058027#M83039</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-13T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058028#M83040</link>
      <description>How can i change the encryptiuon method?&lt;BR /&gt;WAN traffic is a static part and want to be as it is.&lt;BR /&gt;&lt;BR /&gt;How can i change the compression setting?</description>
      <pubDate>Fri, 13 Jul 2007 16:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058028#M83040</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-13T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058029#M83041</link>
      <description>Before tweaking ssh settings I'll suggest you to compare scp speed with ftp/rcp transfer.</description>
      <pubDate>Sun, 15 Jul 2007 00:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058029#M83041</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-07-15T00:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058030#M83042</link>
      <description>The option:&lt;BR /&gt;&lt;BR /&gt;Compression yes&lt;BR /&gt;&lt;BR /&gt;in your '/etc/ssh/sshd_options' to turn it on globally.&lt;BR /&gt;&lt;BR /&gt;For a particular instance, you can use:&lt;BR /&gt;&lt;BR /&gt;-C -o 'CompressionLevel 9'&lt;BR /&gt;&lt;BR /&gt;The 'CompressionLevel' is the value to use against zlib, i.e. 'gzip -9'.  To change the cipher, use:&lt;BR /&gt;&lt;BR /&gt;-c blowfish&lt;BR /&gt;&lt;BR /&gt;or some other cipher.  See 'man ssh_config' for all the availables.</description>
      <pubDate>Sun, 15 Jul 2007 01:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058030#M83042</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-15T01:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058031#M83043</link>
      <description>Hereis comparison result and there is almost 50% improvement reported at this moment. (Just to remind it may depend on the WAN traffic at that moment).&lt;BR /&gt;&lt;BR /&gt;test yourself if any one feel this is appropriate to you and post the result.&lt;BR /&gt;&lt;BR /&gt;# scp -p /var/log/messages xx:/yy/.&lt;BR /&gt;messages             100% |**************************************************************************|   676 MB    18:09&lt;BR /&gt;&lt;BR /&gt;# scp -C -c blowfish -oCompressionLevel=9 -p /var/log/messages xx:/yy/.&lt;BR /&gt;messages             100% |**************************************************************************|   676 MB    07:36&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I will test it further on different time.Hope it worked.</description>
      <pubDate>Sun, 15 Jul 2007 10:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058031#M83043</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-15T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058032#M83044</link>
      <description>I will assign 3 more points to make a total of 10&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Jul 2007 10:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058032#M83044</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-15T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058033#M83045</link>
      <description>Take a look at this article:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.psc.edu/networking/projects/hpn-ssh/" target="_blank"&gt;http://www.psc.edu/networking/projects/hpn-ssh/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will explain some of the issues around &lt;BR /&gt;throughput with scp vs something like ftp.&lt;BR /&gt;&lt;BR /&gt;By default ssh is self limiting and will always&lt;BR /&gt;be slower than ftp.  It's really not an issue &lt;BR /&gt;of encryption but buffering.   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2007 08:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058033#M83045</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2007-07-18T08:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can ssh version make impact on the scp traffic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058034#M83046</link>
      <description>The intention of this question was  to improve the scp efficiency, even though the question is a little different. But i got a solution</description>
      <pubDate>Thu, 19 Jul 2007 21:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-ssh-version-make-impact-on-the-scp-traffic/m-p/5058034#M83046</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-19T21:25:16Z</dc:date>
    </item>
  </channel>
</rss>

