<?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 version upgrade in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976149#M729623</link>
    <description>&lt;P&gt;Did you expect to change the _program_ version by editing a&lt;BR /&gt;configuration file?&lt;/P&gt;&lt;P&gt;I read manuals and many manuals say than change this configuration files and your ssh change protocol to v2&lt;/P&gt;</description>
    <pubDate>Sun, 10 Sep 2017 07:27:20 GMT</pubDate>
    <dc:creator>denaro</dc:creator>
    <dc:date>2017-09-10T07:27:20Z</dc:date>
    <item>
      <title>ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976020#M729619</link>
      <description>&lt;P&gt;Hi team! We have a vulnerability assessment in our HP-Ux boxes. As per this we&amp;nbsp; have to update the ssh version from 1 to 2 .&amp;nbsp; I check version ssh by "ssh -V"&lt;/P&gt;&lt;P&gt;OpenSSH_6.2p1+sftpfilecontrol-v1.3-hpn13v12, OpenSSL 0.9.8y 5 Feb 2013&lt;BR /&gt;HP-UX Secure Shell-A.06.20.006, HP-UX Secure Shell version&lt;/P&gt;&lt;P&gt;after I edit file "vi /opt/ssh/etc/ssh_config" and change Protocol 2,1 to Protocol 2&lt;/P&gt;&lt;P&gt;check by this command &amp;nbsp;grep -i protocol /opt/ssh/etc/sshd_config&lt;BR /&gt;Protocol 2&lt;BR /&gt;# HostKey for protocol version 1&lt;BR /&gt;# HostKeys for protocol version 2&lt;BR /&gt;# similar for protocol version 2&lt;/P&gt;&lt;P&gt;I restarted ssh demon but when i check version ssh? he can't change&lt;/P&gt;&lt;P&gt;restarted by /sbin/init.d/secsh start and stop&lt;/P&gt;&lt;P&gt;and by this sh /sbin/init.d/secsh start and stop&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 06:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976020#M729619</guid>
      <dc:creator>denaro</dc:creator>
      <dc:date>2017-09-08T06:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976044#M729620</link>
      <description>&lt;P&gt;&amp;gt; [...] I check version ssh by "ssh -V"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; A better start would be "uname -a".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; OpenSSH_6.2p1+sftpfilecontrol-v1.3-hpn13v12, OpenSSL 0.9.8y 5 Feb 2013&lt;BR /&gt;&amp;gt; HP-UX Secure Shell-A.06.20.006, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Before I started playing with configuration files on an obsolete&lt;BR /&gt;version of Secure Shell, I'd investigate a current version of Secure&lt;BR /&gt;Shell.&amp;nbsp; For example, a search for "secure shell" at hpe.com led to:&lt;BR /&gt;&lt;A href="https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I restarted ssh demon but when i check version ssh? he can't change&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Did you expect to change the _program_ version by editing a&lt;BR /&gt;configuration file?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976044#M729620</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2017-09-08T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976049#M729621</link>
      <description>&lt;P&gt;The protocol (as well as the dozens of other parameters in sshd_config) will not change the version. You can verify that protocol 1 won't work by running &lt;STRONG&gt;ssh -1 &amp;lt;yourHP-UXhost&lt;/STRONG&gt;&amp;gt; from a remote system and looking at the result. It should say:&lt;/P&gt;&lt;PRE&gt;#&amp;nbsp;ssh -1 atl6 date&lt;BR /&gt;Protocol major versions differ: 1 vs. 2&lt;BR /&gt;#&lt;/PRE&gt;&lt;P&gt;and will not connect.&lt;/P&gt;&lt;P&gt;The man page for ssh shows the command line options.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976049#M729621</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-09-08T13:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976148#M729622</link>
      <description>&lt;P&gt;I checked connect by &lt;STRONG&gt;ssh -1 &amp;lt;yourHP-UXhost&lt;/STRONG&gt;&amp;gt;&amp;nbsp; and he gave message&lt;/P&gt;&lt;PRE&gt;Protocol major versions differ: 1 vs. 2&lt;/PRE&gt;&lt;P&gt;when i tried connect by&amp;nbsp; &lt;STRONG&gt;ssh -2 &amp;lt;yourHP-UXhost&lt;/STRONG&gt;&amp;gt; he asked password. It's mean ssh change yourself protocol?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 07:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976148#M729622</guid>
      <dc:creator>denaro</dc:creator>
      <dc:date>2017-09-10T07:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976149#M729623</link>
      <description>&lt;P&gt;Did you expect to change the _program_ version by editing a&lt;BR /&gt;configuration file?&lt;/P&gt;&lt;P&gt;I read manuals and many manuals say than change this configuration files and your ssh change protocol to v2&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 07:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976149#M729623</guid>
      <dc:creator>denaro</dc:creator>
      <dc:date>2017-09-10T07:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976159#M729624</link>
      <description>It sounds like ssh is working correctly. Is that right?</description>
      <pubDate>Sun, 10 Sep 2017 22:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/6976159#M729624</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-09-10T22:20:24Z</dc:date>
    </item>
  </channel>
</rss>

