<?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 issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899493#M282776</link>
    <description>I figured out what the problem was.  The newly restored /etc/passwd did not have the sshd user. I was fairly certain that the backed up file from the old system did have it, but it didn't. It had ssh for sure. But I upgraded ssh and now it seems to require a user in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;Anyway, it works now. &lt;BR /&gt;&lt;BR /&gt;Re: Trusted system --- Here is the deal, the system crashed and I installed an entirely new OS  and restored /etc/passwd and /tcb/* tree. The new system off the DVDs was not trusted and I think that by restoring the /tcb tree and /etc/passwd I made it trusted. I hope some weird errors don't come up in the future. &lt;BR /&gt;</description>
    <pubDate>Thu, 16 Nov 2006 10:53:09 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-11-16T10:53:09Z</dc:date>
    <item>
      <title>SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899490#M282773</link>
      <description>&lt;!--!*#--&gt;This is on 11.11&lt;BR /&gt;&lt;BR /&gt;I restored the passwd file and /tcb encrypted passwd database. (The system wasn't trusted and I hope it made it trusted). Telnet still works but it broke ssh and I cannot figure out why. The UID seem to be consistent between the home directories and the passwd file. &lt;BR /&gt;&lt;BR /&gt;I even tried generating new keys to no avail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: read PEM private key done: type DSA&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug3: Not a RSA1 key file /.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 /.ssh/id_dsa type 2&lt;BR /&gt;ssh_exchange_identification: Connection closed by remote host&lt;BR /&gt;debug1: Calling cleanup 0x4000a8fa(0x0)&lt;BR /&gt;debug1: Calling cleanup 0x4000a902(0x0)&lt;BR /&gt;debug1: writing PRNG seed to file //.ssh/prng_seed&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899490#M282773</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-16T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899491#M282774</link>
      <description>Use cat -e to check your public key, it seems that some extra characters are in the file:&lt;BR /&gt;&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----END'&lt;BR /&gt;&lt;BR /&gt;As if the file where break in the BEGIN/END blocks. It should look like:&lt;BR /&gt;&lt;BR /&gt;---- BEGIN SSH2 PUBLIC KEY ----&lt;BR /&gt;---- END SSH2 PUBLIC KEY ----</description>
      <pubDate>Thu, 16 Nov 2006 10:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899491#M282774</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-16T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899492#M282775</link>
      <description>Etc,&lt;BR /&gt;&lt;BR /&gt;Looks like I got confused:&lt;BR /&gt;&lt;BR /&gt;"I restored the passwd file and /tcb encrypted passwd database. (The system wasn't trusted and I hope it made it trusted)."&lt;BR /&gt;&lt;BR /&gt;What do you mean the system was not trusted, but you trusted by restoring the /tcb database...?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899492#M282775</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-16T10:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899493#M282776</link>
      <description>I figured out what the problem was.  The newly restored /etc/passwd did not have the sshd user. I was fairly certain that the backed up file from the old system did have it, but it didn't. It had ssh for sure. But I upgraded ssh and now it seems to require a user in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;Anyway, it works now. &lt;BR /&gt;&lt;BR /&gt;Re: Trusted system --- Here is the deal, the system crashed and I installed an entirely new OS  and restored /etc/passwd and /tcb/* tree. The new system off the DVDs was not trusted and I think that by restoring the /tcb tree and /etc/passwd I made it trusted. I hope some weird errors don't come up in the future. &lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899493#M282776</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-16T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899494#M282777</link>
      <description>etc,&lt;BR /&gt;&lt;BR /&gt;looks like it's working for you.  I would have trusted the system first and then override the /tcb and /.secure&lt;BR /&gt;&lt;BR /&gt;Do not really know if your steps are supported but it's working so far.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899494#M282777</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-16T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899495#M282778</link>
      <description>That's true. What other things happen when you make a system trusted? In other words, when you make a system trusted manually, by restoring the /tcb directory, are there any important files left out?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Nov 2006 11:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899495#M282778</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-11-16T11:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH authentication issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899496#M282779</link>
      <description>Etc,&lt;BR /&gt;&lt;BR /&gt;Looks like this is all that it does:&lt;BR /&gt;&lt;BR /&gt;Creating secure password database...&lt;BR /&gt;Directories created.&lt;BR /&gt;Making default files.&lt;BR /&gt;System default file created...&lt;BR /&gt;Terminal default file created...&lt;BR /&gt;Device assignment file created...&lt;BR /&gt;Moving passwords...&lt;BR /&gt;secure password database installed.&lt;BR /&gt;Converting at and crontab jobs...&lt;BR /&gt;At and crontab files converted.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 16 Nov 2006 13:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-authentication-issues/m-p/3899496#M282779</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-16T13:26:11Z</dc:date>
    </item>
  </channel>
</rss>

