<?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: Reconfigure SSH client to be SSH-2.0 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245575#M59679</link>
    <description>$ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 5&lt;BR /&gt;  on an HP rx2620  (1.60GHz/3.0MB) running OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;The problem I have having is not with sshd, but with the ssh client sending version 1.99.&lt;BR /&gt;&lt;BR /&gt;I talked with HP Support and they may have found the answer. Tomorrow, I will try solution 4.21.47 in this document:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/84final/tcprn/tcp_rnpro_008.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/84final/tcprn/tcp_rnpro_008.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Which is basically to set:&lt;BR /&gt;define/system/exec TCPIP$SSH_AIX_PATCH 1&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Jun 2010 02:58:39 GMT</pubDate>
    <dc:creator>Incompat</dc:creator>
    <dc:date>2010-06-29T02:58:39Z</dc:date>
    <item>
      <title>Reconfigure SSH client to be SSH-2.0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245572#M59676</link>
      <description>By default, the SSH client in OpenVMS states that it wants to use SSH 1.99 by sending the following PVE identifier:&lt;BR /&gt;SSH-1.99-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3&lt;BR /&gt;How do I change this to be SSH2-only? It should read:&lt;BR /&gt;SSH-2.0-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3&lt;BR /&gt;&lt;BR /&gt;I read the SSH documentation at:&lt;BR /&gt;&lt;A href="http://www.openvms.compaq.com/doc/tcpip57.html" target="_blank"&gt;http://www.openvms.compaq.com/doc/tcpip57.html&lt;/A&gt;&lt;BR /&gt;I suspect this can be controlled in the file device:[user.SSH2]SSH2_CONFIG. I set "Ssh1AgentCompatibility ssh2" but it did not affect the PVE string.&lt;BR /&gt;&lt;BR /&gt;Where and how is this controlled?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 29 Jun 2010 00:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245572#M59676</guid>
      <dc:creator>Incompat</dc:creator>
      <dc:date>2010-06-29T00:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reconfigure SSH client to be SSH-2.0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245573#M59677</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] the SSH client in OpenVMS [...]&lt;BR /&gt;&lt;BR /&gt;Which "the SSH client in OpenVMS" (in which&lt;BR /&gt;"OpenVMS") are we discussing?&lt;BR /&gt;&lt;BR /&gt;      tcpip show version&lt;BR /&gt;      ssh "-V"&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] states that [...]&lt;BR /&gt;&lt;BR /&gt;And you observed this how, exactly?&lt;BR /&gt;&lt;BR /&gt;I know nothing, but around here, I don't see&lt;BR /&gt;much evidence that the client is stating much&lt;BR /&gt;of anything.  I do see a message suggesting&lt;BR /&gt;something about the server:&lt;BR /&gt;&lt;BR /&gt;alp $ ssh -vvv alp-l&lt;BR /&gt;[...]debug(28-JUN-2010 21:08:07.89): Remote version: SSH-2.0-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;There does seem to be a protocol-version&lt;BR /&gt;override directive of some kind in the server&lt;BR /&gt;configuration file ("ProtocolVersionString",&lt;BR /&gt;in (the comments in)&lt;BR /&gt;TCPIP$SSH_DEVICE:[TCPIP$SSH.SSH2]SSHD2_CONFIG.).</description>
      <pubDate>Tue, 29 Jun 2010 01:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245573#M59677</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-29T01:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reconfigure SSH client to be SSH-2.0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245574#M59678</link>
      <description>Guessing rather much here around the goals and the configuration, and I'll presume that you know that per RFC 4253, the version identifier string SSH-1.99 specifically indicates the server has ssh2 capabilities and that it is (also) offering ssh1 client compatibility, and I'll further assume that the goal here is to enforce ssh2 use on one or both ends.&lt;BR /&gt;&lt;BR /&gt;If you're after the server as it might appear, then you'll want the daemon configuration file and not the client file.&lt;BR /&gt;&lt;BR /&gt;Confirm that you've correctly upgraded your sshd files on the server; there are manual steps required including loading and potentially editing a new configuration file over the top.   &lt;BR /&gt;&lt;BR /&gt;Check the TCP/IP Services release notes for details.&lt;BR /&gt;&lt;BR /&gt;In the sshd2_config file, look for Ssh1Compatibility; that's the knob you likely want.  The client configuration file has an analogous Ssh1Compatibility switch.&lt;BR /&gt;&lt;BR /&gt;With fully-configured and updated TCP/IP Services on V8.3 (checked V5.6-9ECO4), you'll get the following ssh server response to a telnet connection into port 22:&lt;BR /&gt;&lt;BR /&gt;SSH-2.0-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3&lt;BR /&gt;&lt;BR /&gt;Which is what you want.  This with Ssh1Compatibility set to no.  (Note that I have V5.6 installed, but the embedded version string here shows as V5.5.  Go figure.)&lt;BR /&gt;&lt;BR /&gt;And if you're not on this TCP/IP and VMS version (or later), well, upgrade, or apply the patches, or both.&lt;BR /&gt;&lt;BR /&gt;I don't know that HP particularly documents the details of the ssh implementation; it can seem a snipe hunt at times.</description>
      <pubDate>Tue, 29 Jun 2010 01:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245574#M59678</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-06-29T01:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reconfigure SSH client to be SSH-2.0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245575#M59679</link>
      <description>$ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 5&lt;BR /&gt;  on an HP rx2620  (1.60GHz/3.0MB) running OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;The problem I have having is not with sshd, but with the ssh client sending version 1.99.&lt;BR /&gt;&lt;BR /&gt;I talked with HP Support and they may have found the answer. Tomorrow, I will try solution 4.21.47 in this document:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/84final/tcprn/tcp_rnpro_008.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/84final/tcprn/tcp_rnpro_008.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Which is basically to set:&lt;BR /&gt;define/system/exec TCPIP$SSH_AIX_PATCH 1&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2010 02:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245575#M59679</guid>
      <dc:creator>Incompat</dc:creator>
      <dc:date>2010-06-29T02:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reconfigure SSH client to be SSH-2.0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245576#M59680</link>
      <description>&lt;!--!*#--&gt;Setting this logical solved the problem. Now my network capture shows SSH-2.0:&lt;BR /&gt;&lt;BR /&gt;0000  00 0c 29 45 6b f7 00 0d  28 bf 84 ff 08 00 45 00   ..)Ek... (.....E.&lt;BR /&gt;0010  00 5b 44 e9 40 00 7c 06  f3 0c ac 11 03 02 0a fe   .[D.@.|. ........&lt;BR /&gt;0020  0c 96 c0 21 2e fb 7a 98  dd 22 f0 17 d1 ff 50 18   ...!..z. ."....P.&lt;BR /&gt;0030  f5 3c 37 dc 00 00 53 53  48 2d 32 2e 30 2d 33 2e   .&amp;lt;7...SS H-2.0-3.&lt;BR /&gt;0040  32 2e 30 20 53 53 48 20  4f 70 65 6e 56 4d 53 20   2.0 SSH  OpenVMS &lt;BR /&gt;0050  56 35 2e 35 20 56 4d 53  5f 73 66 74 70 5f 76 65   V5.5 VMS _sftp_ve&lt;BR /&gt;0060  72 73 69 6f 6e 20 33 0d  0a                        rsion 3. .</description>
      <pubDate>Tue, 29 Jun 2010 17:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245576#M59680</guid>
      <dc:creator>Incompat</dc:creator>
      <dc:date>2010-06-29T17:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reconfigure SSH client to be SSH-2.0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245577#M59681</link>
      <description>Setting:&lt;BR /&gt;define/system/exec TCPIP$SSH_AIX_PATCH 1&lt;BR /&gt;changed the client protocol PVE version string to:&lt;BR /&gt;SSH-2.0-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3\r</description>
      <pubDate>Tue, 29 Jun 2010 17:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reconfigure-ssh-client-to-be-ssh-2-0/m-p/5245577#M59681</guid>
      <dc:creator>Incompat</dc:creator>
      <dc:date>2010-06-29T17:35:01Z</dc:date>
    </item>
  </channel>
</rss>

