<?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: Public Key and ssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877066#M751916</link>
    <description>No problem! Good news that it's working ... These kind of problems did bite me for quite a while when I first got in contact with ssh :-)</description>
    <pubDate>Wed, 08 Jan 2003 16:12:58 GMT</pubDate>
    <dc:creator>Jochen Heuer</dc:creator>
    <dc:date>2003-01-08T16:12:58Z</dc:date>
    <item>
      <title>Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877059#M751909</link>
      <description>Hello,&lt;BR /&gt;I'm working on hp-ux 11 with openssh A.03.10.002. &lt;BR /&gt;The authmethod password works.&lt;BR /&gt;But i try to use public key auth method and it doesn't work. &lt;BR /&gt;I have generate the keys and sent the public key on the remote machine.&lt;BR /&gt;the verbos ssh gives this lines : &lt;BR /&gt;...&lt;BR /&gt;debug3: Not a RSA1 key file /home/bull/.ssh/id_dsa.&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;debug3: key_read: no key found&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug3: key_read: no space&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----END'&lt;BR /&gt;debug3: key_read: no key found&lt;BR /&gt;debug1: identity file /home/bull/.ssh/id_dsa type 2&lt;BR /&gt;...&lt;BR /&gt;debug3: remaining preferred: publickey,keyboard-interactive,password&lt;BR /&gt;debug3: authmethod_is_enabled gssapi&lt;BR /&gt;debug1: next auth method to try is gssapi&lt;BR /&gt;debug2: we did not send a packet, disable method&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 auth method to try is publickey&lt;BR /&gt;debug1: try pubkey: /home/bull/.ssh/id_rsa&lt;BR /&gt;debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;debug1: authentications that can continue: external-keyx,gssapi,publickey,password,keyboard-interactive&lt;BR /&gt;debug1: try pubkey: /home/bull/.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;...&lt;BR /&gt;What have I to do ??&lt;BR /&gt;thnks for help</description>
      <pubDate>Wed, 08 Jan 2003 14:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877059#M751909</guid>
      <dc:creator>schifano</dc:creator>
      <dc:date>2003-01-08T14:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877060#M751910</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;What does the file authorized_keys look alike? Does it have the correct syntax?&lt;BR /&gt;&lt;BR /&gt;It should just start with the key length or the encryption type and the end of the line has the form of an email address.&lt;BR /&gt;&lt;BR /&gt;Are there additional lines in it?</description>
      <pubDate>Wed, 08 Jan 2003 15:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877060#M751910</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-08T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877061#M751911</link>
      <description>The syntax of authorized_keys is the same as in identity.pub. Usually you just have to do the following to create the correct entries:&lt;BR /&gt;&lt;BR /&gt;$ ssh remote-host "cat ~/.ssh/identity.pub" &amp;gt;&amp;gt; ~/.ssh/authorized_keys</description>
      <pubDate>Wed, 08 Jan 2003 15:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877061#M751911</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-08T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877062#M751912</link>
      <description>yes i have :ssh-rsa ....... bull@bullbdd&lt;BR /&gt;I have watch the var/adm/syslog/syslog.log ont the remote machine.&lt;BR /&gt;In first, ther was ap problem of mode on this files.&lt;BR /&gt;I correct them.&lt;BR /&gt;Now i have the message : "Failed publickey for bull from 192.168.2.3"&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Jan 2003 15:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877062#M751912</guid>
      <dc:creator>schifano</dc:creator>
      <dc:date>2003-01-08T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877063#M751913</link>
      <description>I try again to generate keys.&lt;BR /&gt;I verify the mode of the files and now it's working.&lt;BR /&gt;Thanks for our help and sorry for disturbing</description>
      <pubDate>Wed, 08 Jan 2003 15:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877063#M751913</guid>
      <dc:creator>schifano</dc:creator>
      <dc:date>2003-01-08T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877064#M751914</link>
      <description>Hm, do you have a problem with hostname resolution? Is a reverse lookup from IP to name possible?&lt;BR /&gt;&lt;BR /&gt;$ nslookup 192.168.2.3&lt;BR /&gt;&lt;BR /&gt;What does&lt;BR /&gt;&lt;BR /&gt;$ ssh -v remote-host&lt;BR /&gt;&lt;BR /&gt;print? Are there other entries in ~/.ssh/authorized_keys?</description>
      <pubDate>Wed, 08 Jan 2003 15:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877064#M751914</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-08T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877065#M751915</link>
      <description>The nslookup works on the both machines&lt;BR /&gt;I clean teh authorized_keys and the authorized_keys2 and verify teh mode and the owner and now it works good&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 08 Jan 2003 16:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877065#M751915</guid>
      <dc:creator>schifano</dc:creator>
      <dc:date>2003-01-08T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Public Key and ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877066#M751916</link>
      <description>No problem! Good news that it's working ... These kind of problems did bite me for quite a while when I first got in contact with ssh :-)</description>
      <pubDate>Wed, 08 Jan 2003 16:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/public-key-and-ssh/m-p/2877066#M751916</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-08T16:12:58Z</dc:date>
    </item>
  </channel>
</rss>

