<?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: sftp from HP-UX to Windows in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983381#M547792</link>
    <description>You can use cygwin-openssh server on windows and can use sftp from hpux to windows. &lt;BR /&gt;&lt;BR /&gt;There are some more sftp servers available for windows you can also try out one.&lt;BR /&gt;&lt;BR /&gt;-logu</description>
    <pubDate>Wed, 07 Jun 2006 00:24:14 GMT</pubDate>
    <dc:creator>Logu_2</dc:creator>
    <dc:date>2006-06-07T00:24:14Z</dc:date>
    <item>
      <title>sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983376#M547787</link>
      <description>HP-UX 11.11, SSH A.04.20.004.&lt;BR /&gt;&lt;BR /&gt;Windows 2000, Ipswitch Inc. WS_FTP server V5.&lt;BR /&gt;&lt;BR /&gt;Having trouble establishing a connection from HP-UX to Windows. I can connect and transfer files between HP-UX systems. Also, Windows systems can connect and transfer files between themselves.&lt;BR /&gt;&lt;BR /&gt;The Windows admin here installed, setup, configured the Windows side. He says either the product doesn't support sftp with SSH, or it's broken, - so he has it set up to do sftp over SSL.&lt;BR /&gt;&lt;BR /&gt;Do you think it is possible to use HP-UX sftp to work with this Windows "sftp over SSL" ?&lt;BR /&gt;&lt;BR /&gt;Also, between my HP-UX systems, I generated a key on sender, and copied the public key to &lt;BR /&gt;authorized_keys file in .ssh directory for account on remote host. But Windows admin says no such thing should be needed for sftp ( with ssl) to this Windows host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With my current config / setup, - here is output of connect attempt from hp-ux to Windows with LogLevel=DEBUG3&lt;BR /&gt;&lt;BR /&gt;#sftp -oPort=27 -oLogLevel=DEBUG3 user@w2ksrv&lt;BR /&gt;Connecting to w2ksrv...&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to w2ksrv [10.1.0.10] port 27.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type -1&lt;BR /&gt;debug3: Not a RSA1 key file /root/.ssh/id_dsa.&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----END'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type 2&lt;BR /&gt;debug1: ssh_exchange_identification: 220-sftp.mydomain.com X2 WS_FTP Server 5.0&lt;BR /&gt;.4 (87049245)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: ssh_exchange_identification: 220-This Is A Secure FTP Site&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: ssh_exchange_identification: 220-If you do not have account on this site&lt;BR /&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: ssh_exchange_identification: 220-please disconnect now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: ssh_exchange_identification: 220 sftp.mydomain.com X2 WS_FTP Server 5.0&lt;BR /&gt;.4 (87049245)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: ssh_exchange_identification: 500 connection timed out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ssh_exchange_identification: Connection closed by remote host&lt;BR /&gt;Connection closed&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2006 16:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983376#M547787</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2006-06-06T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983377#M547788</link>
      <description>John, I've gotten it to work just fine with the "putty" tools for Windows using the keys, but that was going from Windows to Unix.  &lt;BR /&gt;&lt;BR /&gt;Do go the other way (Unix to Windows), I've not done it before, but I'd recommend trying first with Cygwin, it's free!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2006 16:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983377#M547788</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-06-06T16:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983378#M547789</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need an openssh/sftp server for windows.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.networksimplicity.com" target="_blank"&gt;http://www.networksimplicity.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can't beat the price.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Jun 2006 17:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983378#M547789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-06T17:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983379#M547790</link>
      <description>The problem is not with Windows but with the 3rd party product. You'll have to contact the vendor for help. It seems that there are a lot of SSH products but OpenSSH compatibility does not seem to be a product feature. The errors indicate problems resolving public keys.</description>
      <pubDate>Tue, 06 Jun 2006 17:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983379#M547790</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-06-06T17:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983380#M547791</link>
      <description>For years I've been unsuccessfully advocating that our Windows people get /try openSSH for Windows. I guess I will give that another try.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Tue, 06 Jun 2006 18:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983380#M547791</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2006-06-06T18:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983381#M547792</link>
      <description>You can use cygwin-openssh server on windows and can use sftp from hpux to windows. &lt;BR /&gt;&lt;BR /&gt;There are some more sftp servers available for windows you can also try out one.&lt;BR /&gt;&lt;BR /&gt;-logu</description>
      <pubDate>Wed, 07 Jun 2006 00:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983381#M547792</guid>
      <dc:creator>Logu_2</dc:creator>
      <dc:date>2006-06-07T00:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983382#M547793</link>
      <description>&amp;gt; Do you think it is possible to use HP-UX &lt;BR /&gt;&amp;gt; sftp to work with this Windows "sftp over &lt;BR /&gt;&amp;gt; SSL" ?&lt;BR /&gt;&lt;BR /&gt;Alas no, they are quite different protocols, although their aim is the same (encrypted ftp).&lt;BR /&gt;&lt;BR /&gt;sftp uses port 22, same as ssh or scp.&lt;BR /&gt;&lt;BR /&gt;ftp-over-ssl uses the usual ftp ports 20 and 21 and adds extensions to the ftp protocol to allow encryption of the control channel, or of both control and data.&lt;BR /&gt;&lt;BR /&gt;I find this page very useful:&lt;BR /&gt;&lt;A href="http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html" target="_blank"&gt;http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;First off it explains the 3 ftp-over-ssl variants and tries to explain why ftp/tls is the "best" one.&lt;BR /&gt;&lt;BR /&gt;Then there is a summary of client and server software, both free and commercial, with an  occasional note when a product supports ssh/sftp as well.&lt;BR /&gt;&lt;BR /&gt;I suggest beating on your windows admin with this list, until he agrees to install what you asked for in the first place: an sftp server !&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jun 2006 04:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983382#M547793</guid>
      <dc:creator>Mike Keighley</dc:creator>
      <dc:date>2006-06-07T04:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: sftp from HP-UX to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983383#M547794</link>
      <description>Not sure what we are going to do yet... But at least I now better understand the issues / confusion over sftp, ftps, SSH, SSL, etc.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Thu, 08 Jun 2006 15:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-from-hp-ux-to-windows/m-p/4983383#M547794</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2006-06-08T15:03:54Z</dc:date>
    </item>
  </channel>
</rss>

