<?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: OpenSSH Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573657#M478955</link>
    <description>&lt;P&gt;The first thing to check is to see where the 'ssh' executable you are running is located:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example (on a server I have access to):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# whence -v ssh&lt;/P&gt;&lt;P&gt;ssh is /usr/bin/ssh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /usr/bin/ssh -V&lt;BR /&gt;OpenSSH_4.2p1-hpn, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;HP-UX Secure Shell-A.04.20.009, HP-UX Secure Shell version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might also check and see if you have 'ssh' executables is /usr/local/bin, some other location in /usr/local, or maybe even /opt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2012 22:34:52 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2012-03-05T22:34:52Z</dc:date>
    <item>
      <title>OpenSSH Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573637#M478954</link>
      <description>&lt;P&gt;Hi Friends ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i find out hp-ux server running Openssh or Secure Shell ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;because i have installed new Openssh 5.9p1 depot sucessfully,after installed i have checked ssh -V it is showing old version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ssh -V&lt;BR /&gt;OpenSSH_5.8p1+sftpfilecontrol-v1.3-hpn13v7, OpenSSL 0.9.8q 2 Dec 2010&lt;BR /&gt;HP-UX Secure Shell-A.05.80.004, HP-UX Secure Shell version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573637#M478954</guid>
      <dc:creator>Vengat</dc:creator>
      <dc:date>2012-03-05T22:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573657#M478955</link>
      <description>&lt;P&gt;The first thing to check is to see where the 'ssh' executable you are running is located:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example (on a server I have access to):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# whence -v ssh&lt;/P&gt;&lt;P&gt;ssh is /usr/bin/ssh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /usr/bin/ssh -V&lt;BR /&gt;OpenSSH_4.2p1-hpn, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;HP-UX Secure Shell-A.04.20.009, HP-UX Secure Shell version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might also check and see if you have 'ssh' executables is /usr/local/bin, some other location in /usr/local, or maybe even /opt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573657#M478955</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-03-05T22:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573667#M478956</link>
      <description>&lt;P&gt;HP-UX Secure Shell is a version of OpenSSH that is ported to HP-UX by HP, and has HP's support. This is reflected in the version numbers you're seeing: it shows the version number of the original OpenSSH codebase used, and the HP-style version number specific to the port. The version you're seeing is clearly HP-UX Secure Shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have installed an OpenSSH depot that is not created by HP, it probably installs to a different path than HP's version. Most likely the path is /usr/local/bin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If /usr/local/bin is not in your $PATH environment variable, or is listed after /usr/bin, the system will find the HP version first and use it. Run "/usr/local/bin/ssh -V" and look at the results: if it displays a different version number, this is what is happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll now have a choice: do you want to use the latest (but unsupported by HP) OpenSSH, or an older-but-supported HP-UX Secure Shell?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to use the latest OpenSSH, you might want to swremove the HP-UX Secure Shell. After that, make sure that the OpenSSH sshd daemon is running and is properly configured to start at boot time, if you want to allow incoming ssh connections to the server: since the HP-UX Secure Shell has been running until now, the OpenSSH version has been unable to claim port 22 and may have died immediately after starting.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5573667#M478956</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-03-05T22:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5574283#M478957</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lisft file instalation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secure Shell:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# swlist -l file Secure_Shell | more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open SSL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# swlist -l file openssl | more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rgs,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 09:38:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5574283#M478957</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2012-03-06T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5574727#M478960</link>
      <description>&lt;P&gt;If you are using HP's secure shell you usually see the same output with ssh -V&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you are using just openssh then ssh -V will show&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenSSH_5.8p2, OpenSSL 1.0.0d 8 Feb 2011&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your rc.log should show you if &amp;nbsp;HP's ssh started during systme boot&lt;/P&gt;&lt;P&gt;Starting HP-UX Secure Shell&lt;BR /&gt;Output from "/sbin/rc2.d/S393secsh start":&lt;BR /&gt;----------------------------&lt;BR /&gt;HP-UX Secure Shell started&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 15:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5574727#M478960</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2012-03-06T15:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5575159#M478961</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a ton for wonderfull support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i need one info :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to put this oensshd entry in startup service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/local/sbin/sshd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 21:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-issue/m-p/5575159#M478961</guid>
      <dc:creator>Vengat</dc:creator>
      <dc:date>2012-03-06T21:37:12Z</dc:date>
    </item>
  </channel>
</rss>

