<?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: HP Secure Shell sftp put issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/4835779#M393301</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Do you receive the same problem with systems not using 05.80 version of Secure Shell?&lt;BR /&gt;&lt;BR /&gt;You may need to swinstall a different version of Secure Shell to get around this problem.&lt;BR /&gt;&lt;BR /&gt;Have you made any changes lately, customizations to the sshd_config file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 21 Jul 2011 16:48:06 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2011-07-21T16:48:06Z</dc:date>
    <item>
      <title>HP Secure Shell sftp put issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/4835727#M393300</link>
      <description>&lt;P&gt;I recently upgraded the Hp Secure Shell&amp;nbsp;(T1471AA_A.05.80.002_HP-UX_B.11.23_IA_PA.depot) on an hp rx2620 to:&lt;/P&gt;&lt;P&gt;OpenSSH_5.8p1+sftpfilecontrol-v1.3-hpn13v7, OpenSSL 0.9.8q 2 Dec 2010&lt;BR /&gt;HP-UX Secure Shell-A.05.80.002, HP-UX Secure Shell version&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are now seeing problems with several sftp connections where they appear to be hanging when pushing data. We can pull data with no issue.&amp;nbsp;We can log into the remote server but the data&amp;nbsp;put never completes. After a period of time we get the following:&lt;/P&gt;&lt;P&gt;07/21 15:25:41:321569 comms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [015291] SESSION&amp;gt;execpipe: killing child 15296&lt;BR /&gt;07/21 15:25:41:322286 comms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [015291] SESSION&amp;gt;execpipe: waiting for 15296&lt;BR /&gt;07/21 15:25:41:325841 comms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [015291] SESSION&amp;gt;execpipe: calling old term handler&lt;BR /&gt;07/21 15:25:41:325866 comms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [015291] SESSION&amp;gt;TERM signal received: exiting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what may be causing they connection to hang on sftp put. We have confirmed no issue on the remote server, no network issue.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2011 16:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/4835727#M393300</guid>
      <dc:creator>Jonathan Grymes</dc:creator>
      <dc:date>2011-07-21T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP Secure Shell sftp put issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/4835779#M393301</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Do you receive the same problem with systems not using 05.80 version of Secure Shell?&lt;BR /&gt;&lt;BR /&gt;You may need to swinstall a different version of Secure Shell to get around this problem.&lt;BR /&gt;&lt;BR /&gt;Have you made any changes lately, customizations to the sshd_config file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Jul 2011 16:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/4835779#M393301</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-21T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP Secure Shell sftp put issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/5310183#M475415</link>
      <description>&lt;P&gt;Did you guys get to the bottom of this?&amp;nbsp; I'm seeing a hang as well with version "OpenSSH_5.8p2, OpenSSL 0.9.7l 28 Sep 2006﻿".&amp;nbsp; The server is custom.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tracked it down relatively far but my patience is growing thin.&amp;nbsp; Here is what I found:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sftp process passes off 32K of the plaintext file in a SSH_FXP_WRITE﻿ packet to the ssh process in one large writev.&amp;nbsp; The ssh process is breaking up the 32K into 8K chunks, encrypting them, and presumably sending them all out.&amp;nbsp; The problem is that my server is only receiving 3 of these 8K chunks and all indications are that the server really only did send the three.&amp;nbsp; I was thinking maybe there was something in the SSH spec that called for an ACK from the server but my web search on this turned up a ton of hits on sftp put hangs so maybe there is a client-side bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2011 22:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-sftp-put-issue/m-p/5310183#M475415</guid>
      <dc:creator>MereSurmiseSir</dc:creator>
      <dc:date>2011-08-23T22:45:41Z</dc:date>
    </item>
  </channel>
</rss>

