<?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 on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937471#M50457</link>
    <description>I don't know if it matters, but here:&lt;BR /&gt;&lt;BR /&gt;alp $ ssh "-V"&lt;BR /&gt;alp$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (V5.5) 3.2.0 on COMPAQ Professional Workstation  - VMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 5&lt;BR /&gt;on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;You seem to be an ECO or two behind current.</description>
    <pubDate>Mon, 31 Oct 2005 10:59:56 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2005-10-31T10:59:56Z</dc:date>
    <item>
      <title>sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937465#M50451</link>
      <description>How do I specify a port using sftp on OpenVMS.&lt;BR /&gt;&lt;BR /&gt;If I enter "sftp" i get to the sftp&amp;gt; prompt.  However, if I enter any parm such as "sftp -P=nnn" Or "sftp -Pnnn" where nnn is the port of an ssh server on another node, I get the following response:&lt;BR /&gt;&lt;BR /&gt;Usage: sftp2 [-D debug_level_spec] [-b batchfile] [-S path] [-h] [-V] [-P ssh2-port] host&lt;BR /&gt;&lt;BR /&gt;if I just enter sftp, I get to the sftp&amp;gt; prompt.  I can do a help at that point but I see no way to specify a port.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2005 10:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937465#M50451</guid>
      <dc:creator>Dane Rood</dc:creator>
      <dc:date>2005-10-31T10:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937466#M50452</link>
      <description>I am guessing you use TCPIP from HP.  We use Multinet, so I cannot test it, but my guess would be to try the following:&lt;BR /&gt;&lt;BR /&gt;$ sftp "-P nnn"&lt;BR /&gt;&lt;BR /&gt;The character " is the double quote character.</description>
      <pubDate>Mon, 31 Oct 2005 10:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937466#M50452</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2005-10-31T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937467#M50453</link>
      <description>Dale, thx, that moved me along to:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;sftp "-P 998" 24.107.94.175&lt;BR /&gt;FATAL: Connecting to 24.107.94.175 failed: Connection Timed Out&lt;BR /&gt;&lt;BR /&gt;Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 188.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, undetermined error within sshfilecopy&lt;BR /&gt;&lt;BR /&gt;I know the ssh server is set up properly because I can connect using putty's psftp from DOS on my workstation.  Perhaps there's another arg for the OpenVMS sftp program that i'm not specifying.  thx again for your help.&lt;BR /&gt;&lt;BR /&gt;Dane</description>
      <pubDate>Mon, 31 Oct 2005 10:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937467#M50453</guid>
      <dc:creator>Dane Rood</dc:creator>
      <dc:date>2005-10-31T10:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937468#M50454</link>
      <description>Try&lt;BR /&gt;sftp&amp;gt; open node#port&lt;BR /&gt;&lt;BR /&gt;This works for MultiNet &amp;amp; TCPware, and I believe that TCP/IP Services uses the same code base.</description>
      <pubDate>Mon, 31 Oct 2005 10:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937468#M50454</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2005-10-31T10:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937469#M50455</link>
      <description>How about:&lt;BR /&gt;&lt;BR /&gt;   "-P"  998&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Quoting the pair as a unit could confuse it.</description>
      <pubDate>Mon, 31 Oct 2005 10:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937469#M50455</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-10-31T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937470#M50456</link>
      <description>Getting closer, with: sftp&amp;gt; open node#port I get the error below.  &lt;BR /&gt;&lt;BR /&gt;Opening connection to node#998&lt;BR /&gt;warning: Error trying to access file /etc/ssh2/hostkeys/key_998_24_107_94_175.pub.&lt;BR /&gt;Host key not found from database.&lt;BR /&gt;Key fingerprint:&lt;BR /&gt;xebeb-pahaf-gudyf-fycum-panep-fotus-fycyh-bakut-behic-nyryp-guxox&lt;BR /&gt;You can get a public key's fingerprint by running&lt;BR /&gt;$ ssh_keygen "-F" publickey.pub&lt;BR /&gt;on the keyfile.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)?&lt;BR /&gt;Host key saved to ssh2/hostkeys/key_port_node.pub&lt;BR /&gt;host key for node, accepted by userid Mon Oct 31 2005 15:41:14&lt;BR /&gt;warning: Authentication failed.&lt;BR /&gt;Disconnected; no more authentication methods available (No further authentication methods available.).&lt;BR /&gt;FATAL: ssh2 client failed to authenticate. (or you have too old ssh2 installed, check with ssh2 "-V")&lt;BR /&gt;&lt;BR /&gt;It connects, brings down the necessary key after my reply but then bombs with the FATAL error. &lt;BR /&gt;&lt;BR /&gt; I run ssh "-V" and get:&lt;BR /&gt;&lt;BR /&gt;$1$dga924:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe;1: SSH Secure Shell OpenVM&lt;BR /&gt;S (V1.0) 2.4.1 on AlphaServer DS20 500 MHz - VMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;I run ssh "-V" and get:&lt;BR /&gt;&lt;BR /&gt;It looks like perhaps my OpenVMS ssh2 is out of synch  with my Linux version.</description>
      <pubDate>Mon, 31 Oct 2005 10:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937470#M50456</guid>
      <dc:creator>Dane Rood</dc:creator>
      <dc:date>2005-10-31T10:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937471#M50457</link>
      <description>I don't know if it matters, but here:&lt;BR /&gt;&lt;BR /&gt;alp $ ssh "-V"&lt;BR /&gt;alp$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (V5.5) 3.2.0 on COMPAQ Professional Workstation  - VMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 5&lt;BR /&gt;on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;You seem to be an ECO or two behind current.</description>
      <pubDate>Mon, 31 Oct 2005 10:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937471#M50457</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-10-31T10:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937472#M50458</link>
      <description>install the ECO kit - it contains many things including an updated ssh</description>
      <pubDate>Mon, 31 Oct 2005 11:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937472#M50458</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-31T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937473#M50459</link>
      <description>I have successfully connected to an SSH server from OpenVMS.  It appears the problem I've been having has to do with firewall parms trying to get out of our company's network.  When I connected to an SSH server on our network, it worked fine. Thanks to everyone for their help and comments.</description>
      <pubDate>Mon, 31 Oct 2005 12:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/4937473#M50459</guid>
      <dc:creator>Dane Rood</dc:creator>
      <dc:date>2005-10-31T12:12:55Z</dc:date>
    </item>
  </channel>
</rss>

