<?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: problems installing openssh 4.2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949157#M740102</link>
    <description>Jim, I did that already, and the ssh -V version in /opt/ssh  is still version 3.1  It never over wrote the existing files. WHat about if I do a swremove of the existing package.  I have to keep the etc directory as a backup because it has all the keys and host files and config files that I need to copy back...</description>
    <pubDate>Wed, 28 Dec 2005 15:23:49 GMT</pubDate>
    <dc:creator>Belinda Dermody</dc:creator>
    <dc:date>2005-12-28T15:23:49Z</dc:date>
    <item>
      <title>problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949151#M740096</link>
      <description>I ran into a error message while swinstall openssh4.2 from the archive site.  I installed ssl and zlib as required. But when I installed the openssh package I get the following error message.&lt;BR /&gt;ERROR:   Unknown owner and/or group for file "/usr/local/libexec/ssh-keysign".  SUID and/or SGID bit was not set.        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ssh-keysign has permissions of rwx--x--x &lt;BR /&gt;&lt;BR /&gt;I gave it a suid with a chmod of 4711 but I still got the error.</description>
      <pubDate>Wed, 28 Dec 2005 14:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949151#M740096</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-12-28T14:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949152#M740097</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;You need to assign a valid owner:group with 'chown' and then 'chmod'.  For example:&lt;BR /&gt;&lt;BR /&gt;# chown root:sys /usr/local/libexec/ssh-keysign&lt;BR /&gt;# chmod 4755 usr/local/libexec/ssh-keysign&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 14:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949152#M740097</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-28T14:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949153#M740098</link>
      <description>I have rwsr-xr-x for the perms&lt;BR /&gt;root-bin for owners&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Dec 2005 14:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949153#M740098</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-12-28T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949154#M740099</link>
      <description>I have rwsr-xr-x for the perms&lt;BR /&gt;root-bin for owners&lt;BR /&gt;&lt;BR /&gt;After making the changes, stop/start the sshd process.</description>
      <pubDate>Wed, 28 Dec 2005 14:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949154#M740099</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-12-28T14:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949155#M740100</link>
      <description>Guys, I did as you suggested (I already did it earlier but I did it again) and you know what is funny.  I gave it the chmod of 4755 and after I ran the swinstall -x reinstall=true -s *.depot it came back with the same error message and when I did a ls -l of the ssh-keysign it was changed back to 511.  The owner group is root:bin</description>
      <pubDate>Wed, 28 Dec 2005 15:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949155#M740100</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-12-28T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949156#M740101</link>
      <description>HI (again) James:&lt;BR /&gt;&lt;BR /&gt;So, having (re)run the installation, now manually issue the 'chown' and 'chmod'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Dec 2005 15:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949156#M740101</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-28T15:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949157#M740102</link>
      <description>Jim, I did that already, and the ssh -V version in /opt/ssh  is still version 3.1  It never over wrote the existing files. WHat about if I do a swremove of the existing package.  I have to keep the etc directory as a backup because it has all the keys and host files and config files that I need to copy back...</description>
      <pubDate>Wed, 28 Dec 2005 15:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949157#M740102</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-12-28T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: problems installing openssh 4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949158#M740103</link>
      <description>I finally went to the hp.com software download and downloaded &lt;BR /&gt;T1471AA_A.04.20.004_HP-UX_B.11.00_32+64.depot and loaded this and everything came up fine...</description>
      <pubDate>Wed, 28 Dec 2005 18:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-installing-openssh-4-2/m-p/4949158#M740103</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-12-28T18:39:40Z</dc:date>
    </item>
  </channel>
</rss>

