<?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: SSH 2.4.1 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881210#M79474</link>
    <description>I haven't used those two implementations together, but they should be able to work.&lt;BR /&gt;&lt;BR /&gt;You will only be able to transfer stream-lf files, as that implementation of SFTP on VMS only supports binary (and hence stream-lf) file transfers.&lt;BR /&gt;&lt;BR /&gt;I haven't tried it, but you should be able to get everything set up for public key authentication.  The format of the public key files generated by SSHKEYGEN are appropriate for WinSSHD.  You'll need to create an IDENTIFICATION. file in your [.SSHD2] directory on the VMS system that lists the file name of the private key file(s), which should also be in the [.SSHD2] directory.  The protection of these files may be important, so make sure that only owner and system can read them.&lt;BR /&gt;&lt;BR /&gt;Try using SFTP and see what happens.</description>
    <pubDate>Tue, 17 Oct 2006 05:29:55 GMT</pubDate>
    <dc:creator>Richard Whalen</dc:creator>
    <dc:date>2006-10-17T05:29:55Z</dc:date>
    <item>
      <title>SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881208#M79472</link>
      <description>I'm stuck (no upgrade possible) with VMS 7.3 and TCP 5.3 ECO 2.&lt;BR /&gt;&lt;BR /&gt;I installed SSH 2.4.1 (the eak).&lt;BR /&gt;&lt;BR /&gt;I'm asked to copy files to a windows machine running WinSSHD 4.19.&lt;BR /&gt;&lt;BR /&gt;Is anyone doing file copies with such an environment ? By preference in batch or detached using the publickeys method.&lt;BR /&gt;&lt;BR /&gt;Using the username + password method I am able to get a (bad) session in which I can do a logout.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 17 Oct 2006 01:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881208#M79472</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-17T01:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881209#M79473</link>
      <description>BTW : any type of file is ok, e.g. stream_lf.</description>
      <pubDate>Tue, 17 Oct 2006 01:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881209#M79473</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-17T01:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881210#M79474</link>
      <description>I haven't used those two implementations together, but they should be able to work.&lt;BR /&gt;&lt;BR /&gt;You will only be able to transfer stream-lf files, as that implementation of SFTP on VMS only supports binary (and hence stream-lf) file transfers.&lt;BR /&gt;&lt;BR /&gt;I haven't tried it, but you should be able to get everything set up for public key authentication.  The format of the public key files generated by SSHKEYGEN are appropriate for WinSSHD.  You'll need to create an IDENTIFICATION. file in your [.SSHD2] directory on the VMS system that lists the file name of the private key file(s), which should also be in the [.SSHD2] directory.  The protection of these files may be important, so make sure that only owner and system can read them.&lt;BR /&gt;&lt;BR /&gt;Try using SFTP and see what happens.</description>
      <pubDate>Tue, 17 Oct 2006 05:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881210#M79474</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-10-17T05:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881211#M79475</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;I got it to work VMS to VMS. But when I try with Windows, it just hangs.&lt;BR /&gt;&lt;BR /&gt;Also, it is doing openvms$tty() and this aborts the sftp/scp program when done in batch or detached.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 17 Oct 2006 05:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881211#M79475</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-17T05:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881212#M79476</link>
      <description>I'd start with "ssh -v" to watch where it&lt;BR /&gt;goes bad.&lt;BR /&gt;&lt;BR /&gt;Also, "-t" and/or '-o "batchmode yes"' have&lt;BR /&gt;shown some value in my (later) version.&lt;BR /&gt;&lt;BR /&gt;Around 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&lt;BR /&gt;(V5.5) 3.2.0 on COMPAQ Professional Workstation  - VMS V7.3-2&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881212#M79476</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-17T07:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881213#M79477</link>
      <description>Ok, now I understand some of where you are having problems.&lt;BR /&gt;&lt;BR /&gt;(Please excuse salesman's hat for the following paragraph.)&lt;BR /&gt;Are you committed to using the eak or can you spend money for a better implementation?&lt;BR /&gt;Process Software offers SSH for OpenVMS which runs on TCP/IP services and is often the best choice for people that are unable to upgrade their system to get the latest offering from HP.&lt;BR /&gt;&lt;BR /&gt;If you want to continue experimenting with the SFTP that you currently have, then try telling SFTP that you want to use a batchfile (-B for the current version), this may change how it attempts to use the terminal.</description>
      <pubDate>Tue, 17 Oct 2006 08:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881213#M79477</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-10-17T08:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881214#M79478</link>
      <description>Tried the batch file but still a terminal is needed. I already asked onsight.nl for a evaluation version. Then see if we get the money.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;(now reading process software documentation)</description>
      <pubDate>Tue, 17 Oct 2006 08:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881214#M79478</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-17T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: SSH 2.4.1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881215#M79479</link>
      <description>Just curious : is there a working freeware version of SSH ? Only scp client is enough.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 17 Oct 2006 10:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-2-4-1/m-p/3881215#M79479</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-17T10:37:49Z</dc:date>
    </item>
  </channel>
</rss>

