<?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: Password less SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187922#M461024</link>
    <description>Hi Manikandarajan,&lt;BR /&gt;&lt;BR /&gt;It should work if you would have done correct steps as in S1 to S2 and keep the correct permissions. Most of the time permission would be the culprit. You must have this permission on both servers.&lt;BR /&gt;&lt;BR /&gt;Users home directory should have 755 permission.&lt;BR /&gt;$HOME/.ssh directory should have 700 permission&lt;BR /&gt;$HOME/.ssh/authorized_keys file should have 600 permission</description>
    <pubDate>Fri, 17 Jul 2009 09:38:53 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-07-17T09:38:53Z</dc:date>
    <item>
      <title>Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187920#M461022</link>
      <description>I am setting up password less SSH between two servers(S1 &amp;amp; S2).I can establish a password less ssh between S1 and S2 but not the otherway around(S2 to S1) even though I followed same procedure to setup this between S1 and S2.Please advice.</description>
      <pubDate>Fri, 17 Jul 2009 09:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187920#M461022</guid>
      <dc:creator>MKR_1</dc:creator>
      <dc:date>2009-07-17T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187921#M461023</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You can generate the ssh key (through ssh-keygen -t dsa) and then export it to the other server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Fri, 17 Jul 2009 09:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187921#M461023</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-07-17T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187922#M461024</link>
      <description>Hi Manikandarajan,&lt;BR /&gt;&lt;BR /&gt;It should work if you would have done correct steps as in S1 to S2 and keep the correct permissions. Most of the time permission would be the culprit. You must have this permission on both servers.&lt;BR /&gt;&lt;BR /&gt;Users home directory should have 755 permission.&lt;BR /&gt;$HOME/.ssh directory should have 700 permission&lt;BR /&gt;$HOME/.ssh/authorized_keys file should have 600 permission</description>
      <pubDate>Fri, 17 Jul 2009 09:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187922#M461024</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-17T09:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187923#M461025</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;These are the steps you need to follow to exchange the keys.&lt;BR /&gt;&lt;BR /&gt;1.Login to serverA as user1.&lt;BR /&gt;&lt;BR /&gt;2.$ssh-keygen -t dsa&lt;BR /&gt;  Press enter for all the questions.It will create the private/public keys &lt;BR /&gt; under $HOME/.ssh/&lt;BR /&gt; File names are id_rsa and id_rsa.pub&lt;BR /&gt;&lt;BR /&gt;3.Now you need to copy the id_rsa.pub file content into ServerB $HOME/.ssh/authorized_keys file &lt;BR /&gt; ServerA#scp ~user1/.ssh/id_rsa.pub ServerB:/tmp&lt;BR /&gt;&lt;BR /&gt;Login to ServerB server&lt;BR /&gt;&lt;BR /&gt; ServerB#cat /tmp/id_rsa.pub &amp;gt;&amp;gt; ~user1/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;Make sure the following permissions on serverB.&lt;BR /&gt;&lt;BR /&gt;Users home directory should have 755 permission &lt;BR /&gt;$HOME/.ssh directory should have 700 permission&lt;BR /&gt;$HOME/.ssh/authorized_keys file should have 600 permission&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do the same steps on both servers.</description>
      <pubDate>Fri, 17 Jul 2009 09:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187923#M461025</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-17T09:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187924#M461026</link>
      <description>I have done exactly the same steps and permissions are also correct.Any thing else to be checked.</description>
      <pubDate>Fri, 17 Jul 2009 09:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187924#M461026</guid>
      <dc:creator>MKR_1</dc:creator>
      <dc:date>2009-07-17T09:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187925#M461027</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ok. Does password ssh working from S2 to S1?&lt;BR /&gt;&lt;BR /&gt;If not,&lt;BR /&gt;Do you have any firewall between these servers which doesn't allow ssh port from S2 to S1?&lt;BR /&gt;&lt;BR /&gt;Have you blocked ssh connections on S2 server from any network?&lt;BR /&gt;&lt;BR /&gt;Could you provide this output from S2 ?&lt;BR /&gt;&lt;BR /&gt;#ssh -vv username@S1</description>
      <pubDate>Fri, 17 Jul 2009 10:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187925#M461027</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-17T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187926#M461028</link>
      <description>I did everything from scratch.It works now.Hopefully permission issue.&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 17 Jul 2009 10:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187926#M461028</guid>
      <dc:creator>MKR_1</dc:creator>
      <dc:date>2009-07-17T10:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Password less SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187927#M461029</link>
      <description>Permission issue</description>
      <pubDate>Fri, 17 Jul 2009 10:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-less-ssh/m-p/5187927#M461029</guid>
      <dc:creator>MKR_1</dc:creator>
      <dc:date>2009-07-17T10:14:04Z</dc:date>
    </item>
  </channel>
</rss>

