<?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: Problem with self-compiled openssh under HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005702#M910973</link>
    <description>Hallo David;&lt;BR /&gt;&lt;BR /&gt;thanks a lot for the useful tip with tusc, I've found  a problem. It were the libnss_files.1 and libnss_dns.1 libraries for hppa20 architecture from /usr/lib/pa20_64 directory. After recompiling with -mpa-risc-1-1 there is no problem more. Really interesting is this issue. Is there a better "workaround" as the recompiling for RISC-1.1?&lt;BR /&gt;&lt;BR /&gt;P.S.: how can I assign these points/scores/whatever?&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Jun 2003 09:09:22 GMT</pubDate>
    <dc:creator>Anatoli Mazalski</dc:creator>
    <dc:date>2003-06-26T09:09:22Z</dc:date>
    <item>
      <title>Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005694#M910965</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a problem with openssh (for the various reasons I don't want to use pre-compiled packages). I've compiled ssl and ssh with gcc compiler and everything works fine. The only problem is that HPs can not determine IP-address of a remote host if I want to ssh.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ssh hostname&lt;BR /&gt;The authenticity of host 'hostname (0.0.0.0)' can't be established.&lt;BR /&gt;RSA key fingerprint is ... etc.&lt;BR /&gt;&lt;BR /&gt;I have no idea where this IP (0.0.0.0) is from. ssh works, but I can not save the ssh-key in the known_hosts file.&lt;BR /&gt;&lt;BR /&gt;The packages from HP does not have this problem.&lt;BR /&gt;&lt;BR /&gt;I can set the CheckHostIP option in the ssh_config to "no", but I think it's not really good.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2003 11:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005694#M910965</guid>
      <dc:creator>Anatoli Mazalski</dc:creator>
      <dc:date>2003-06-24T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005695#M910966</link>
      <description>First check if telnet, ftp, and other utilities can do the lookup.  This may be a DNS or /etc/hosts table issue.  Try nslookup HOSTNAME to see if that works.  Check /var/adm/syslog for entries from sshd.&lt;BR /&gt;&lt;BR /&gt;I've only had experience on the HP precompiled binaries, so apart from this, I also don't know where to start.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 24 Jun 2003 14:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005695#M910966</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-06-24T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005696#M910967</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;must be a config error :&lt;BR /&gt;&lt;BR /&gt;# ssh blabla&lt;BR /&gt;ssh: blabla: no address associated with hostname.&lt;BR /&gt;&lt;BR /&gt;So this proves when a host is unknown it gives you another error.&lt;BR /&gt;&lt;BR /&gt;I will look up previous answers of me for a config example.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regs David&lt;BR /&gt;&lt;BR /&gt;Back in a sec</description>
      <pubDate>Tue, 24 Jun 2003 14:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005696#M910967</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-24T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005697#M910968</link>
      <description>got it :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1d5a2d88ce9cd711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1d5a2d88ce9cd711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please compair these config files with yours, there might be some sort of a problem in here.&lt;BR /&gt;&lt;BR /&gt;You do know you need to add the ssh-keygen keys into the users homedir first, right ? If not I have a nice doc to read for you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Tue, 24 Jun 2003 15:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005697#M910968</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-24T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005698#M910969</link>
      <description>Could be just permissions.&lt;BR /&gt;&lt;BR /&gt;ssh does even without public keys exchanged keep of record of "where its been"&lt;BR /&gt;&lt;BR /&gt;I've seen similar messages with HP's depots.&lt;BR /&gt;&lt;BR /&gt;Q. If you have used HP's depots, why aren't you sticking with them.  They are pretty good.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a Chris Vail special document that does have some important info about correct permissions on certain key files.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Jun 2003 15:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005698#M910969</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-24T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005699#M910970</link>
      <description>Have you tried ssh 1.2.3.4 (or whatever the IP address of the destiniation is)?&lt;BR /&gt;&lt;BR /&gt;I've seen this problem when the machine is confused about its own identity, and telnet localhost etc. don't work!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 25 Jun 2003 05:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005699#M910970</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2003-06-25T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005700#M910971</link>
      <description>Thanks a lot for your answers. I don't think that is a configuration issue, I use the same configuration with the same selfcompiled openssh on other workstations (Solaris, IRIX, Linux), there is the problem only with HP/UX.&lt;BR /&gt;&lt;BR /&gt;I try to connect to a host that really exist, has a valid IP-Address, and works with another hosts in the same ssh configuration.&lt;BR /&gt;&lt;BR /&gt;If I try to do the same with&lt;BR /&gt;ssh -v ip.address&lt;BR /&gt;I get following output:&lt;BR /&gt;&lt;BR /&gt;65#: ssh -v 10.x.x.x&lt;BR /&gt;OpenSSH_3.6p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f&lt;BR /&gt;debug1: Reading configuration data /usr/local/etc/ssh_config&lt;BR /&gt;debug1: Rhosts Authentication disabled, originating port will not be trusted.&lt;BR /&gt;debug1: Connecting to 10.x.x.x [0.0.0.0] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_3.6p1&lt;BR /&gt;debug1: match: OpenSSH_3.6p1 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.6p1&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host '10.x.x.x' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /usr/local/etc/ssh_known_hosts:9&lt;BR /&gt;Warning: Permanently added the RSA host key for IP address '0.0.0.0' to the list of known hosts.&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased&lt;BR /&gt;debug1: Next authentication method: password&lt;BR /&gt;root@10.x.x.x's password: &lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 05:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005700#M910971</guid>
      <dc:creator>Anatoli Mazalski</dc:creator>
      <dc:date>2003-06-25T05:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005701#M910972</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to run a tusc on a normal way, without the -vv options&lt;BR /&gt;&lt;BR /&gt;tusc ssh &lt;SYSTEMNAME&gt; &lt;BR /&gt;&lt;BR /&gt;and please attach the output. We can have a better look on what the problem might be. Also, scp, sftp, etc do they have the same problem ?&lt;BR /&gt;&lt;BR /&gt;Regs David&lt;BR /&gt;&lt;BR /&gt;P.S. assigning points might be friendly&lt;/SYSTEMNAME&gt;</description>
      <pubDate>Wed, 25 Jun 2003 08:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005701#M910972</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-25T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005702#M910973</link>
      <description>Hallo David;&lt;BR /&gt;&lt;BR /&gt;thanks a lot for the useful tip with tusc, I've found  a problem. It were the libnss_files.1 and libnss_dns.1 libraries for hppa20 architecture from /usr/lib/pa20_64 directory. After recompiling with -mpa-risc-1-1 there is no problem more. Really interesting is this issue. Is there a better "workaround" as the recompiling for RISC-1.1?&lt;BR /&gt;&lt;BR /&gt;P.S.: how can I assign these points/scores/whatever?&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 09:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005702#M910973</guid>
      <dc:creator>Anatoli Mazalski</dc:creator>
      <dc:date>2003-06-26T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with self-compiled openssh under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005703#M910974</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am happy to see you fixed the problem !&lt;BR /&gt;Tusc indeed is a very helpfull friend, it help me out several times.&lt;BR /&gt;&lt;BR /&gt;About assigning points. If you are logged in and look at your own posting you see an option list just above each answer you got. You can choose a point rate from 0 - 10. It would be friendly to always give everybody points, even if it didn't help you at all. The person still spent time to help you with your problem.&lt;BR /&gt;&lt;BR /&gt;Ones you selected the point amount (for all questons), you can hit the submit button completely down left. You will only see this button and the option values if you are logged in. Ones you hit the submit button, you get a thank you for submitting the points.&lt;BR /&gt;&lt;BR /&gt;Normaly you give a 0-3 point if it didn't help but just say thanks for your time, the 3-7 for thanks, almost the solution and 8-10 point for the magic answer. The magic answer will also give you the bunny to your posting when looking it up in the overview list. Most of all a posting is a kind of closed by then, as the magic answer is given.&lt;BR /&gt;&lt;BR /&gt;Hope you understand it all. All the good luck there is, and if there is any more to ask, just let us know.&lt;BR /&gt;&lt;BR /&gt;Best regs David</description>
      <pubDate>Thu, 26 Jun 2003 10:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-self-compiled-openssh-under-hp-ux/m-p/3005703#M910974</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-26T10:02:55Z</dc:date>
    </item>
  </channel>
</rss>

