<?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: upgrade SSH version from 1 to 2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752941#M388396</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your server side sshd_config file for the line starting with 'Protocol' (without the quotes).&lt;BR /&gt;&lt;BR /&gt;To allow only v2 connections, make sure that line contains 'Protocol 2' (without the quotes) only.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Wout</description>
    <pubDate>Tue, 15 Feb 2011 07:36:22 GMT</pubDate>
    <dc:creator>Wouter Jagers</dc:creator>
    <dc:date>2011-02-15T07:36:22Z</dc:date>
    <item>
      <title>upgrade SSH version from 1 to 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752940#M388395</link>
      <description>Please help me to get the SSH version upgraded to 2.&lt;BR /&gt;security team informed  that there is vulnerablity with existing version 1 and need to upgrade to version 2.&lt;BR /&gt;&lt;BR /&gt;when i checked..&lt;BR /&gt;&lt;BR /&gt;# ssh -V&lt;BR /&gt;OpenSSH_5.6p1+sftpfilecontrol-v1.3-hpn13v7, OpenSSL 0.9.8o 01 Jun 2010&lt;BR /&gt;HP-UX Secure Shell-A.05.60.002, HP-UX Secure Shell version&lt;BR /&gt;# 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;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Is it already running with SSH version 2 ?&lt;BR /&gt;Do i need to disable any feature of version 1 to remove the vulnerability? how can i do that?</description>
      <pubDate>Tue, 15 Feb 2011 05:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752940#M388395</guid>
      <dc:creator>Lashin</dc:creator>
      <dc:date>2011-02-15T05:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade SSH version from 1 to 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752941#M388396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your server side sshd_config file for the line starting with 'Protocol' (without the quotes).&lt;BR /&gt;&lt;BR /&gt;To allow only v2 connections, make sure that line contains 'Protocol 2' (without the quotes) only.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Wout</description>
      <pubDate>Tue, 15 Feb 2011 07:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752941#M388396</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2011-02-15T07:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade SSH version from 1 to 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752942#M388397</link>
      <description>thanks Wout,&lt;BR /&gt;&lt;BR /&gt;yes I have Protocol 2 entry enabled on ssd_config file on server.&lt;BR /&gt;&lt;BR /&gt;that means server will accept only version 2 type ssh connection? do i need to do anything to disable version 1 features?</description>
      <pubDate>Tue, 15 Feb 2011 08:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752942#M388397</guid>
      <dc:creator>Lashin</dc:creator>
      <dc:date>2011-02-15T08:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade SSH version from 1 to 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752943#M388398</link>
      <description>that should be enough.&lt;BR /&gt;&lt;BR /&gt;you can try a v1 connection to test:&lt;BR /&gt;# ssh -1 yourhost&lt;BR /&gt;(ssh minus one yourhost)&lt;BR /&gt;&lt;BR /&gt;'cause we're only really sure when we've tested our setup :-)&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 15 Feb 2011 09:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752943#M388398</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2011-02-15T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade SSH version from 1 to 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752944#M388399</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is still accepting version 1 connection&lt;BR /&gt;&lt;BR /&gt;#ssh -1 "sshserver name"&lt;BR /&gt;Password:&lt;BR /&gt;Response:&lt;BR /&gt;&lt;BR /&gt;when i enter password here for "Response:", login is accepted and I get the login prompt.&lt;BR /&gt;&lt;BR /&gt;# grep Protocol /opt/ssh/etc/sshd_config&lt;BR /&gt;Protocol 2&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I observerd there is one more sshd_config file on server at  location /opt/ssh/newconfig/opt/ssh/etc/sshd_config&lt;BR /&gt;&lt;BR /&gt;i can see both version on this file &lt;BR /&gt;&lt;BR /&gt;# grep Protocol /opt/ssh/newconfig/opt/ssh/etc/sshd_config&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;but the ssh demon  start up script "/sbin/init.d/secsh" shows the config file as "/opt/ssh/etc/sshd_config" only.&lt;BR /&gt;&lt;BR /&gt;Do i stil need to edit /opt/ssh/newconfig/opt/ssh/etc/sshd_config and restart ssh demon to disable version1 feature?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2011 11:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752944#M388399</guid>
      <dc:creator>Lashin</dc:creator>
      <dc:date>2011-02-15T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade SSH version from 1 to 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752945#M388400</link>
      <description>/opt/ssh/newconfig/opt/ssh/etc/sshd_config is a copy of the "factory default" configuration. One reason to provide it is to allow the sysadmin an easy way to restore the default configuration if the actual configuration file is corrupted or accidentally deleted. &lt;BR /&gt;&lt;BR /&gt;(It's also a result of the standard way to manage configuration files with swinstall. You can upgrade your HP-SSH package, and your customized configuration file is not overwritten. But if the new version includes new configuration items, you can use the new default configuration in /opt/ssh/newconfig... as an example.)&lt;BR /&gt;&lt;BR /&gt;No files in /opt/ssh/newconfig are actually read by sshd.&lt;BR /&gt;&lt;BR /&gt;Your /opt/ssh/etc/sshd_config has been modified to allow only protocol version 2, but unless sshd has been restarted after the change, the sshd still uses the old settings (which presumably allowed the old protocol version too).&lt;BR /&gt;&lt;BR /&gt;First, try restarting your sshd and then test again:&lt;BR /&gt;&lt;BR /&gt;sh /sbin/init.d/secsh stop&lt;BR /&gt;sh /sbin/init.d/secsh start&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 15 Feb 2011 12:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-ssh-version-from-1-to-2/m-p/4752945#M388400</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-15T12:07:43Z</dc:date>
    </item>
  </channel>
</rss>

