<?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: Secure Shell problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207878#M167983</link>
    <description>Seems you need to install Kerberos first.&lt;BR /&gt; &lt;BR /&gt;You can get that here&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Tools/heimdal-0.3f/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Tools/heimdal-0.3f/&lt;/A&gt;</description>
    <pubDate>Wed, 03 Mar 2004 06:07:55 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-03-03T06:07:55Z</dc:date>
    <item>
      <title>Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207875#M167980</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt;Does anybody installed HP UX Secure Shell on HP-UX 11.22?&lt;BR /&gt;&lt;BR /&gt;I have problems with it.</description>
      <pubDate>Wed, 03 Mar 2004 05:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207875#M167980</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-03-03T05:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207876#M167981</link>
      <description>What problems ?&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Wed, 03 Mar 2004 05:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207876#M167981</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2004-03-03T05:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207877#M167982</link>
      <description>When im swinstalling ssh i get some errors&lt;BR /&gt;The logfile follows as:&lt;BR /&gt;&lt;BR /&gt;* Beginning the Configure Execution Phase.&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unable to find library 'libgssapi_krb5.so'.&lt;BR /&gt;/var/tmp/BAAa08302/catalog/Secure_Shell/SECURE_SHELL/configure[55]: 8527 Killed&lt;BR /&gt;ERROR:   could not generate RSA1 host key&lt;BR /&gt;ERROR:   The "configure" script for "Secure_Shell.SECURE_SHELL" failed&lt;BR /&gt;         (exit code "1"). The script location was&lt;BR /&gt;         "/var/tmp/BAAa08302/catalog/Secure_Shell/SECURE_SHELL/configure".&lt;BR /&gt;         &lt;BR /&gt;       * This script had errors and the execution of this fileset&lt;BR /&gt;         cannot proceed until the problem is fixed.  Check the above&lt;BR /&gt;         output from the script for further details.&lt;BR /&gt;&lt;BR /&gt;       * Summary of Execution Phase:&lt;BR /&gt;ERROR:       Installed     Secure_Shell.SECURE_SHELL,r=A.03.71.000&lt;BR /&gt;ERROR:   1 of 1 filesets had Errors.&lt;BR /&gt;ERROR:   The Execution Phase had errors.  See the above output for&lt;BR /&gt;         details.&lt;BR /&gt;&lt;BR /&gt;And the sshd doesnt run&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Mar 2004 05:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207877#M167982</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-03-03T05:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207878#M167983</link>
      <description>Seems you need to install Kerberos first.&lt;BR /&gt; &lt;BR /&gt;You can get that here&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Tools/heimdal-0.3f/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Tools/heimdal-0.3f/&lt;/A&gt;</description>
      <pubDate>Wed, 03 Mar 2004 06:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207878#M167983</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-03T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207879#M167984</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I had the same problem a few days ago.&lt;BR /&gt;Launch manually&lt;BR /&gt;&lt;BR /&gt;# /opt/ssh/bin/ssh-keygen -t rsa1 -f /opt/ssh/etc/ssh_host_key -N ""&lt;BR /&gt;&lt;BR /&gt;and swconfig \*&lt;BR /&gt;&lt;BR /&gt;I hope this helps you too.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Wed, 03 Mar 2004 06:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207879#M167984</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-03-03T06:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207880#M167985</link>
      <description>Doesnt work&lt;BR /&gt;the same problem appears :(</description>
      <pubDate>Wed, 03 Mar 2004 22:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207880#M167985</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-03-03T22:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207881#M167986</link>
      <description>You shouldn't use rsa-type-1 keys as they are insecure and their support is being phased-out. You should always use type-2, or dsa.&lt;BR /&gt;&lt;BR /&gt;Command should be:&lt;BR /&gt; /opt/ssh/bin/ssh-keygen -t rsa -f /opt/ssh/etc/ssh_host_key -N ""&lt;BR /&gt;&lt;BR /&gt;Have installed the Kerberos-5 filesets yet?&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 03:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207881#M167986</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2004-03-04T03:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207882#M167987</link>
      <description>No I havent got Kerberos 5, where can I get it?</description>
      <pubDate>Thu, 04 Mar 2004 05:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207882#M167987</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-03-04T05:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Shell problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207883#M167988</link>
      <description>Try this:&lt;A href="http://www.software.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=T1417AA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=T1417AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Andrew&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 05:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-shell-problem/m-p/3207883#M167988</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2004-03-04T05:53:11Z</dc:date>
    </item>
  </channel>
</rss>

