<?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/5660221#M480126</link>
    <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;Whether i have to change the entry of protocol in /opt/ssh/etc/ssh_config also&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the entry of protocol in /opt/ssh/etc/ssh_config is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; Port 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Protocol 2,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==========&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Entry in sshd_config is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Port 22&lt;BR /&gt;Protocol 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2012 02:17:57 GMT</pubDate>
    <dc:creator>laiju.c.babu</dc:creator>
    <dc:date>2012-05-17T02:17:57Z</dc:date>
    <item>
      <title>ssh version upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5643911#M479956</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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 . But i want to know how can i check the current ssh version installed in my box&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [71]&amp;gt; ssh -V&lt;BR /&gt;OpenSSH_5.3p1+sftpfilecontrol-v1.3-hpn13v5, OpenSSL 0.9.8n 24 Mar 2010&lt;BR /&gt;HP-UX Secure Shell-A.05.30.009, HP-UX Secure Shell version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From here how can i know whether i installed version1 or version2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per the&amp;nbsp; sshd_config file the server is configured for accepting ssh connection from both version 1 and version 2 sinc the protocol entry is 2,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laiju&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 06:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5643911#M479956</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-05-02T06:49:57Z</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/5643953#M479959</link>
      <description>&lt;P&gt;There are two versions of the SSH protocol specification: the older one, called "version 1" is now known to have several design flaws.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All modern versions of OpenSSH and its derivatives (including HP-UX Secure Shell) can support both protocol versions: the configuration entry "Protocol 2,1" in sshd_config means "accept both protocol versions".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change it to "Protocol 2" and restart sshd (with "sh /sbin/init.d/secsh stop; sh /sbin/init.d/secsh start").Then the support for protocol version 1 will be disabled and only protocol version 2 will be accepted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original implementation for SSH protocol version 2 had support for different SSH protocol versions as separate binaries, so you could uninstall (or not install in the first place) the version you didn't wish to use. I think this was mainly because the original implementations for SSH protocol versions 1 and 2 had different licensing conditions: it was possible that you had the right to use SSH 1.* for free, but needed to pay for a license for SSH 2.*. (Back then, the SSH software version numbers directly matched the protocol version number: this is not true with OpenSSH and other SSH implementations that came later.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But OpenSSH is not designed that way, and is completely free.&lt;/P&gt;&lt;P&gt;If you're interested in the history of SSH and/or OpenSSH, please see:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.openssh.com/history.html"&gt;http://www.openssh.com/history.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 07:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5643953#M479959</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-05-02T07:30:52Z</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/5643989#M479960</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i understood is&amp;nbsp; the version 1 and version 2&amp;nbsp; in SSH refers to the&amp;nbsp; two protcols ie protocol 1 and 2. We can configure this by editing the file sshd_config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The action i have to perform for this vulnerability issue is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) i have to chage the sshd_conf file so that it should accept only protocol 2&lt;/P&gt;&lt;P&gt;2) stop and start the sshd&amp;nbsp; daemons&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am i right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 08:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5643989#M479960</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-05-02T08:10:37Z</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/5644117#M479962</link>
      <description>&lt;P&gt;Yes, you're exactly right.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 10:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5644117#M479962</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-05-02T10:15:35Z</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/5644201#M479964</link>
      <description>&lt;P&gt;Hi Laiju,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check the protocol version using by ssh as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;execute the command "ssh -v localhost" and check the folloowing line in the output.&lt;/P&gt;&lt;P&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manoj K&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 11:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5644201#M479964</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2012-05-02T11:59:35Z</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/5660221#M480126</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;Whether i have to change the entry of protocol in /opt/ssh/etc/ssh_config also&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the entry of protocol in /opt/ssh/etc/ssh_config is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; Port 22&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Protocol 2,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==========&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Entry in sshd_config is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Port 22&lt;BR /&gt;Protocol 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 02:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5660221#M480126</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-05-17T02:17:57Z</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/5662025#M480149</link>
      <description>&lt;P&gt;The /opt/ssh/etc/sshd_config controls the incoming connections to your system, while /opt/ssh/etc/ssh_config controls outgoing connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your users/applications have no reason to make outgoing SSH/SFTP/scp connections from your server to any old servers that only support SSH version 1, you could make the change in ssh_config file too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2012 13:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version-upgrade/m-p/5662025#M480149</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-05-18T13:47:45Z</dc:date>
    </item>
  </channel>
</rss>

