<?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: Setting up passwordless ssh login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310515#M339328</link>
    <description>Say You want to login from Server A as root  to Server B without password.&lt;BR /&gt;&lt;BR /&gt;On Server A generate the public key using the ssh-keygen command by login as root&lt;BR /&gt;&lt;BR /&gt;Then on Server B go to the home-dirof/.ssh&lt;BR /&gt;and append the public key string to authorised_keys file&lt;BR /&gt;&lt;BR /&gt;Also in known_hosts file append the hostname of server A.&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
    <pubDate>Mon, 24 Nov 2008 07:41:33 GMT</pubDate>
    <dc:creator>Sagar Sirdesai</dc:creator>
    <dc:date>2008-11-24T07:41:33Z</dc:date>
    <item>
      <title>Setting up passwordless ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310513#M339326</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to setup passwordless ssh login. It should not ask the password even &lt;BR /&gt;the first time. How this will be achieved ?&lt;BR /&gt;While setting up passwordless ssh what is purpose of "known_hosts" ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 20 Nov 2008 22:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310513#M339326</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2008-11-20T22:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up passwordless ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310514#M339327</link>
      <description>&lt;!--!*#--&gt;Hi Shiv:&lt;BR /&gt;&lt;BR /&gt;This thread has a very good discussion of how to setup public keys in ssh:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1254688" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1254688&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 'known_hosts' file contains the public host keys for all known hosts.  The per-user version is maintained automatically.  Thus, whenever a user connects from an unknown host, its key is added to the per-user file if you choose to acknowledge the fingerprint.  If you don't, the connection can still be made, but you will be prompted the next time as if you had never connected.&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'sshd' and 'ssh' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2008 23:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310514#M339327</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-20T23:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up passwordless ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310515#M339328</link>
      <description>Say You want to login from Server A as root  to Server B without password.&lt;BR /&gt;&lt;BR /&gt;On Server A generate the public key using the ssh-keygen command by login as root&lt;BR /&gt;&lt;BR /&gt;Then on Server B go to the home-dirof/.ssh&lt;BR /&gt;and append the public key string to authorised_keys file&lt;BR /&gt;&lt;BR /&gt;Also in known_hosts file append the hostname of server A.&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
      <pubDate>Mon, 24 Nov 2008 07:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310515#M339328</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-24T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up passwordless ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310516#M339329</link>
      <description>So it means that we need to configure always 2 files "authorised_keys" and "known_hosts" for setting up passwordless login ?</description>
      <pubDate>Mon, 24 Nov 2008 19:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310516#M339329</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2008-11-24T19:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up passwordless ssh login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310517#M339330</link>
      <description>&amp;gt; So it means that we need to configure&lt;BR /&gt;&amp;gt; always 2 files "authorised_keys" and&lt;BR /&gt;&amp;gt; "known_hosts" [...]&lt;BR /&gt;&lt;BR /&gt;I wouldn't worry about "known_hosts".  That&lt;BR /&gt;should be maintained automatically.  You need&lt;BR /&gt;to deal with the actual key files,&lt;BR /&gt;"authorized_keys", and, perhaps, "identity".</description>
      <pubDate>Mon, 24 Nov 2008 21:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-passwordless-ssh-login/m-p/4310517#M339330</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-24T21:58:48Z</dc:date>
    </item>
  </channel>
</rss>

