<?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 How can i trust a server to itself using Secure Shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901753#M745792</link>
    <description>All,&lt;BR /&gt;&lt;BR /&gt;I have an hp admin server (hpadmin01) and hpprod01 hpprod02 hpprod03 etc are trusted only to the hpadmin01 server.&lt;BR /&gt;&lt;BR /&gt;Now my problem is that if i am logged in as root to hpprod01 and do "ssh hpprod01" it asks for the password.&lt;BR /&gt;&lt;BR /&gt;On the other hand if login to hpprod03 and do "ssh hpprod03", it doen't asks for the password.&lt;BR /&gt;&lt;BR /&gt;I cannot see any difference in the configuration files.&lt;BR /&gt;&lt;BR /&gt;Do anybody out there have an idea ?&lt;BR /&gt;&lt;BR /&gt;Tx,&lt;BR /&gt;Nair&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 May 2005 13:17:22 GMT</pubDate>
    <dc:creator>Silver_1</dc:creator>
    <dc:date>2005-05-12T13:17:22Z</dc:date>
    <item>
      <title>How can i trust a server to itself using Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901753#M745792</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I have an hp admin server (hpadmin01) and hpprod01 hpprod02 hpprod03 etc are trusted only to the hpadmin01 server.&lt;BR /&gt;&lt;BR /&gt;Now my problem is that if i am logged in as root to hpprod01 and do "ssh hpprod01" it asks for the password.&lt;BR /&gt;&lt;BR /&gt;On the other hand if login to hpprod03 and do "ssh hpprod03", it doen't asks for the password.&lt;BR /&gt;&lt;BR /&gt;I cannot see any difference in the configuration files.&lt;BR /&gt;&lt;BR /&gt;Do anybody out there have an idea ?&lt;BR /&gt;&lt;BR /&gt;Tx,&lt;BR /&gt;Nair&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 13:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901753#M745792</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2005-05-12T13:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trust a server to itself using Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901754#M745794</link>
      <description>It is the permissions on the files in /root/.ssh and of that folder itself.&lt;BR /&gt;&lt;BR /&gt;If you want password free access between the systems you have a number of options:&lt;BR /&gt;&lt;BR /&gt;1) Come to HP World in August, I'm giving a class on the topic.&lt;BR /&gt;2) make the permissions on the file and folders in /root/.ssh the same as the server that allows password free access. You will also need to make sure you generated and distributed a public key using the ssh-keygen command. There are hundreds of posts with my name on them that include a word do that makes the whole process very simple.&lt;BR /&gt;&lt;BR /&gt;3) If you wish to disable password free access, remove the file /root/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;My root home is /root/&lt;BR /&gt;&lt;BR /&gt;You need to use your actual root home to make this work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 May 2005 13:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901754#M745794</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-12T13:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trust a server to itself using Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901755#M745796</link>
      <description>Hi Steve,&lt;BR /&gt;I do have the home of root as /root.&lt;BR /&gt;&lt;BR /&gt;Permissions:&lt;BR /&gt;&lt;BR /&gt;On working system, which can do an ssh to itself:&lt;BR /&gt;&lt;BR /&gt;drwx------   2 root       sys           8192 Dec  6 11:19 .ssh/&lt;BR /&gt;&lt;BR /&gt;Inside the directory .ssh&lt;BR /&gt;&lt;BR /&gt;drwx------   2 root       sys           8192 Dec  6 11:19 ./&lt;BR /&gt;drwx------   8 root       sys           8192 May 12 11:34 ../&lt;BR /&gt;-rw-r-----   1 root       sys           5154 Feb  6 22:11 authorized_keys2&lt;BR /&gt;-rw-------   1 root       sys            672 Nov 23 15:31 id_dsa&lt;BR /&gt;-rw-r-----   1 root       sys            603 Nov 23 15:31 id_dsa.pub&lt;BR /&gt;-rw-------   1 root       sys            883 Nov 23 15:31 id_rsa&lt;BR /&gt;-rw-r-----   1 root       sys            223 Nov 23 15:31 id_rsa.pub&lt;BR /&gt;-rw-------   1 root       sys           4167 Apr 26 13:47 known_hosts&lt;BR /&gt;-rw-------   1 root       root          1024 Apr 11 19:30 prng_seed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The system which has probelms:&lt;BR /&gt;&lt;BR /&gt;drwx------   2 root       sys           8192 Aug  2  2004 .ssh/&lt;BR /&gt;&lt;BR /&gt;Inside the directries.&lt;BR /&gt;&lt;BR /&gt;drwx------   2 root       sys           8192 Aug  2  2004 ./&lt;BR /&gt;drwxr-x---   8 root       sys           8192 May 12 11:33 ../&lt;BR /&gt;-rw-r-----   1 root       sys           5154 Feb  6 22:11 authorized_keys2&lt;BR /&gt;-rw-r-----   1 root       sys           3504 May 12  2004 authorized_keys2.old&lt;BR /&gt;-rw-------   1 root       sys           5561 Apr 20 16:49 known_hosts&lt;BR /&gt;-rw-------   1 root       sys           1024 May 12 11:42 prng_seed&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nair&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 13:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901755#M745796</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2005-05-12T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trust a server to itself using Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901756#M745798</link>
      <description>It may be due to a wrong  authorised key file  ssh works mainly with this authenticated  key file.&lt;BR /&gt;create a new authorized key file with ssh-keygen and destribute &lt;BR /&gt;do a man on ssh-keygen for more info&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 12 May 2005 13:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901756#M745798</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-05-12T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can i trust a server to itself using Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901757#M745800</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just given this command and it has solved my probelm.&lt;BR /&gt;&lt;BR /&gt;cat id_rsa.pub id_dsa.pub &amp;gt;&amp;gt; authorized_keys2&lt;BR /&gt;&lt;BR /&gt;Tx,&lt;BR /&gt;Nair</description>
      <pubDate>Thu, 12 May 2005 15:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-trust-a-server-to-itself-using-secure-shell/m-p/4901757#M745800</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2005-05-12T15:52:16Z</dc:date>
    </item>
  </channel>
</rss>

