<?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 keygen in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480241#M533337</link>
    <description>As mentioned, permissions are critically important. 777 is ALWAYS a bad permission. For the $HOME directory, it means that every user can completely trash your files. ssh checks the $HOME directory (must be writable only for owner), then the .ssh directory (must be 700 owned by the user) and finally all the files in .ssh must be 600 for consistent (and safe) operation.</description>
    <pubDate>Sun, 16 Aug 2009 21:36:58 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2009-08-16T21:36:58Z</dc:date>
    <item>
      <title>ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480233#M533329</link>
      <description>Hi Admns,&lt;BR /&gt;&lt;BR /&gt;I have generated ssh keys using ssh-keygen in server A and server B.&lt;BR /&gt;and i have copied id_rsa.pub of server A in to server B as authorized_keys.But bothways its asking password.anything more i have to do&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sun, 16 Aug 2009 13:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480233#M533329</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-16T13:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480234#M533330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Read the following links, may be usefull..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tek-tips.com/faqs.cfm?fid=5600" target="_blank"&gt;http://www.tek-tips.com/faqs.cfm?fid=5600&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1250433458683+28353475&amp;amp;threadId=952222" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1250433458683+28353475&amp;amp;threadId=952222&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Sun, 16 Aug 2009 13:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480234#M533330</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2009-08-16T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480235#M533331</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] anything more i have to do&lt;BR /&gt;&lt;BR /&gt;As a start, ...&lt;BR /&gt;&lt;BR /&gt;You might do a Forum search, and read some of&lt;BR /&gt;the dozens of SSH-related threads.&lt;BR /&gt;&lt;BR /&gt;You might use some actual commands ("ls -l",&lt;BR /&gt;say) to show more than your vague&lt;BR /&gt;description.&lt;BR /&gt;&lt;BR /&gt;You might use "ssh -v [...]" to show what's&lt;BR /&gt;happening on the client.&lt;BR /&gt;&lt;BR /&gt;You might look in the system logs on the&lt;BR /&gt;server to see what's happening there.</description>
      <pubDate>Sun, 16 Aug 2009 13:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480235#M533331</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-16T13:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480236#M533332</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Thanx for the replies..&lt;BR /&gt;&lt;BR /&gt;Ihave run ssh -v command and found the output&lt;BR /&gt;&lt;BR /&gt;ssh -v noormon@10.248.8.12&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.007, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to 10.248.8.12 [10.248.8.12] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/noormon/.ssh/id_rsa type 1&lt;BR /&gt;debug1: identity file /home/noormon/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.5p1+sftpfilecontrol-v1.1-hpn12v14&lt;BR /&gt;debug1: match: OpenSSH_4.5p1+sftpfilecontrol-v1.1-hpn12v14 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.3p2-hpn&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(1024&amp;lt;1024&amp;lt;8192) 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.248.8.12' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /home/noormon/.ssh/known_hosts:8&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;This is a private network system operated for and by NIB. Authorization from NIB is required to use this system. Any unauthor&lt;BR /&gt;ized access to the system is prohibited and all the access to this system will be monitored.&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /home/noormon/.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /home/noormon/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;&lt;BR /&gt;Plz tell me whats the error here&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Aug 2009 13:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480236#M533332</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-16T13:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480237#M533333</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;I think during Offering public key: /home/noormon/.ssh/id_rsa step its failing.&lt;BR /&gt;&lt;BR /&gt;and i have regenerated the ssh-keygen in server B and but result is same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;plz any help on this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;himacs</description>
      <pubDate>Sun, 16 Aug 2009 13:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480237#M533333</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-16T13:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480238#M533334</link>
      <description>Pls verify the permossion on home folder and $HOME/.ssh folder for the user you have generated the key. User should own the folders and permission should be limited just to the user.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Sun, 16 Aug 2009 14:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480238#M533334</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2009-08-16T14:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480239#M533335</link>
      <description>&lt;!--!*#--&gt;&amp;gt; debug1: Offering public key: /home/noormon/.ssh/id_rsa&lt;BR /&gt;&amp;gt; debug1: Authentications that can continue: publickey,password,keyboard-interactive &lt;BR /&gt;&lt;BR /&gt;The remote host rejected this key.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; debug1: Trying private key: /home/noormon/.ssh/id_dsa&lt;BR /&gt;&amp;gt; debug1: Next authentication method: keyboard-interactive &lt;BR /&gt;&lt;BR /&gt;The remote host rejected this key.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have generated ssh keys using ssh-keygen&lt;BR /&gt;&amp;gt; in server A and server B.&lt;BR /&gt;&lt;BR /&gt;What, exactly, did you do?  Did you generate&lt;BR /&gt;two sets of key files (one set on each&lt;BR /&gt;server), or one set (for both servers)?&lt;BR /&gt;(Why?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] i have copied id_rsa.pub of server A&lt;BR /&gt;&amp;gt; in to server B as authorized_keys.&lt;BR /&gt;&lt;BR /&gt;What, exactly, did you do?  Did you copy&lt;BR /&gt;files from A to B, or A to B and B to A, or&lt;BR /&gt;what?  Which files?  From where?  To where?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; You might do a Forum search [...]&lt;BR /&gt;&lt;BR /&gt;Still true.  Similar problems have been&lt;BR /&gt;solved many times before.  (Similar problems&lt;BR /&gt;have also been described better before.)&lt;BR /&gt;&lt;BR /&gt;My psychic powers are too weak to show me&lt;BR /&gt;what's in your "~/.ssh" directories, or&lt;BR /&gt;what's in the files there.  Similarly, I&lt;BR /&gt;can't see the system log files on these&lt;BR /&gt;systems.  With no help from you, I can't do&lt;BR /&gt;much.</description>
      <pubDate>Sun, 16 Aug 2009 15:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480239#M533335</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-16T15:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480240#M533336</link>
      <description>Hi Issue solved&lt;BR /&gt;&lt;BR /&gt;it was the permission issue&lt;BR /&gt;&lt;BR /&gt;home folder had full 777 permission&lt;BR /&gt;i made it to 755&lt;BR /&gt;its worked&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanx to all&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sun, 16 Aug 2009 15:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480240#M533336</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-16T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keygen</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480241#M533337</link>
      <description>As mentioned, permissions are critically important. 777 is ALWAYS a bad permission. For the $HOME directory, it means that every user can completely trash your files. ssh checks the $HOME directory (must be writable only for owner), then the .ssh directory (must be 700 owned by the user) and finally all the files in .ssh must be 600 for consistent (and safe) operation.</description>
      <pubDate>Sun, 16 Aug 2009 21:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keygen/m-p/4480241#M533337</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-08-16T21:36:58Z</dc:date>
    </item>
  </channel>
</rss>

