<?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 authentication problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865760#M277481</link>
    <description>it could be that /opt/ssh might not be the default installation path in Solaris 10.&lt;BR /&gt;&lt;BR /&gt;i guess, inetadm is the command that you will have to use to restart sshd in Solaris 10</description>
    <pubDate>Tue, 19 Sep 2006 13:47:55 GMT</pubDate>
    <dc:creator>Pupil_1</dc:creator>
    <dc:date>2006-09-19T13:47:55Z</dc:date>
    <item>
      <title>SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865758#M277479</link>
      <description>Help me solve this riddle,&lt;BR /&gt;&lt;BR /&gt;I try to ssh from source to target. Source is a Solaris 10 box running Sun_SSH_1.1, SSH protocols 1.5/2.0, target machine is hpux 11.0 running OpenSSH_3.0p1, SSH protocols 1.5/2.0&lt;BR /&gt;&lt;BR /&gt;After trying to authenticate, it just closes the connection:&lt;BR /&gt;&lt;BR /&gt;ssh -v -v -v target&lt;BR /&gt;&lt;BR /&gt;debug3: authmethod_lookup publickey&lt;BR /&gt;debug3: remaining preferred: keyboard-interactive,password&lt;BR /&gt;debug3: authmethod_is_enabled publickey&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /.ssh/identity&lt;BR /&gt;debug3: no such identity: /.ssh/identity&lt;BR /&gt;debug1: Trying private key: /.ssh/id_rsa&lt;BR /&gt;debug3: no such identity: /.ssh/id_rsa&lt;BR /&gt;debug1: Trying public key: /.ssh/id_dsa&lt;BR /&gt;debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;Connection closed by target&lt;BR /&gt;debug1: Calling cleanup 0x34204(0x0)&lt;BR /&gt;&lt;BR /&gt;I haven't tried to exchange the public keys, I don't really want to do that, &lt;BR /&gt;&lt;BR /&gt;Interestingly, /opt/ssh directory doesn't even exist, and there is no ssdh_config file anywhere on the system. Should I create it, and why is it absent?&lt;BR /&gt;&lt;BR /&gt;However, the really interesting thing is I can ssh to that machine from another hp-ux machine running 11.23 and OpenSSH 4.2.&lt;BR /&gt;So it seems the target doesn't like that particular Sun box, why is that?  Incompatible ssh versions?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2006 13:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865758#M277479</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-19T13:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865759#M277480</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You might find that having two versions closer to each other will help. Openssh 4.2 was very flawed on HP-UX and may require and upgrade. This could be the entire problem.&lt;BR /&gt;&lt;BR /&gt;To operate properly openssh MUST have an sshd_config file. Copy one from a normal working system, restart the daemon and try again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 19 Sep 2006 13:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865759#M277480</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-19T13:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865760#M277481</link>
      <description>it could be that /opt/ssh might not be the default installation path in Solaris 10.&lt;BR /&gt;&lt;BR /&gt;i guess, inetadm is the command that you will have to use to restart sshd in Solaris 10</description>
      <pubDate>Tue, 19 Sep 2006 13:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865760#M277481</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-09-19T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865761#M277482</link>
      <description>&lt;BR /&gt;OpenSSH 4.2 is not involved, only &lt;BR /&gt; Sun_SSH_1.1  ----&amp;gt;  OpenSSH_3.0p1</description>
      <pubDate>Tue, 19 Sep 2006 13:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865761#M277482</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-19T13:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865762#M277483</link>
      <description>you need to make sure that sshd is configured on Sun solaris since you are initiating ssh from it.&lt;BR /&gt;&lt;BR /&gt;Also you can try to login locally using ssh whether you can login or not.&lt;BR /&gt;&lt;BR /&gt;$ssh -vvv localhost</description>
      <pubDate>Tue, 19 Sep 2006 13:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865762#M277483</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-19T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865763#M277484</link>
      <description>No no no. I have _no_ problems ssh'ing from this Sun box anywhere else _except_ for this  particular HP machihe  which doesn't like this particular Sun box.&lt;BR /&gt;&lt;BR /&gt;Fact 1: I can ssh to this HP from any other machine except for Sun&lt;BR /&gt;&lt;BR /&gt;Fact 2: I can ssh from Sun to any other machine except for that HP &lt;BR /&gt;&lt;BR /&gt;They both work with other machines except they cannot talk to each other, what does that mean, version incompatibility?&lt;BR /&gt;&lt;BR /&gt;Should I upgrade the ssh which came on Sun with OpenSSH??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2006 13:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865763#M277484</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-19T13:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865764#M277485</link>
      <description>Fact 1: I can ssh to this HP from any other machine except for Sun&lt;BR /&gt;&lt;BR /&gt;Fact 2: I can ssh from Sun to any other machine except for that HP &lt;BR /&gt;&lt;BR /&gt;They both work with other machines except they cannot talk to each other, what does that mean, version incompatibility?&lt;BR /&gt;&lt;BR /&gt;Should I upgrade the ssh which came on Sun with OpenSSH??&lt;BR /&gt;================================&lt;BR /&gt;Then definitely you have version incompatibility.  You need to upgrade ssh on HP so that you can talk to Sun Solaris server using ssh.</description>
      <pubDate>Tue, 19 Sep 2006 13:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865764#M277485</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-19T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865765#M277486</link>
      <description>Hi ETC, &lt;BR /&gt;&lt;BR /&gt;It is always better to run 4.x when it comes to OpenSSH. It doesn't matter to be a Sun or HP.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 19 Sep 2006 13:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865765#M277486</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-09-19T13:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865766#M277487</link>
      <description>Where can I get 4.2 so I can swinstall it?&lt;BR /&gt;&lt;BR /&gt;I presume I can save the .ssh directory and then just put it back so I don't have to regenerate the keys?  I am not sure at this point if the old keys are needed.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865766#M277487</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-19T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865767#M277488</link>
      <description>OK, I understand a global install will not affect indivial .ssh directories.. still the question about key compatibility remains.</description>
      <pubDate>Tue, 19 Sep 2006 14:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865767#M277488</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-09-19T14:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865768#M277489</link>
      <description>Hi ETC, &lt;BR /&gt;&lt;BR /&gt;For HP-UX, &lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For Solaris &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sunfreeware.com/" target="_blank"&gt;http://www.sunfreeware.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-problems/m-p/3865768#M277489</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-09-19T14:07:26Z</dc:date>
    </item>
  </channel>
</rss>

