<?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: configuring ssh key in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780468#M263121</link>
    <description>Hi Shiv,&lt;BR /&gt;&lt;BR /&gt;Have a look at this FAQ &lt;A href="http://docs.hp.com/en/6073/FAQ-SSH.pdf" target="_blank"&gt;http://docs.hp.com/en/6073/FAQ-SSH.pdf&lt;/A&gt;&lt;BR /&gt;And &lt;A href="http://www.openssh.com/manual.html" target="_blank"&gt;http://www.openssh.com/manual.html&lt;/A&gt; which gives you the details of all files in ssh</description>
    <pubDate>Mon, 01 May 2006 19:46:37 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2006-05-01T19:46:37Z</dc:date>
    <item>
      <title>configuring ssh key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780465#M263118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anyone has step by step instructions on how to configure ssh keys etc ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 01 May 2006 19:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780465#M263118</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-05-01T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ssh key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780466#M263119</link>
      <description>if you are the root user and want to create a public/private keypair for a non-root account, first you need to su into that username then create the keypair.&lt;BR /&gt;&lt;BR /&gt;su - username&lt;BR /&gt;&lt;BR /&gt;if [ -d .ssh ]&lt;BR /&gt;then&lt;BR /&gt;echo ".ssh dir exists"&lt;BR /&gt;else &lt;BR /&gt;mkdir ~/.ssh&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;/opt/ssh/bin/ssh-keygen -b 1024 -t dsa -N "pass phrase of your choice" ... (see man page for all other options)&lt;BR /&gt;&lt;BR /&gt;at this point, you should have two files under ~/.ssh, which are &lt;BR /&gt;&lt;BR /&gt;id_dsa&lt;BR /&gt;id_dsa.pub&lt;BR /&gt;&lt;BR /&gt;copy the id_dsa.pub to the remote node where you want to login to, into the username's home directory. Make sure the remote user have at least read rights on that file&lt;BR /&gt;&lt;BR /&gt;go to the remote node and login as remote node's user name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat ~/id_dsa.pub &amp;gt;&amp;gt; ~/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;you should be good to go, provided you do not have wide open permissions fo your .ssh directory or private key file.&lt;BR /&gt;&lt;BR /&gt;private key on the first host where you created the key pair and authorized_keys file on the remote host should be no more open than 640 permissions and the .ssh directory on either side should be open to no one but the owner, i.e., permissions 700 at best.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Mon, 01 May 2006 19:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780466#M263119</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-05-01T19:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ssh key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780467#M263120</link>
      <description>Shalom Shiv,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpuxconsulting.com/5004.ppt" target="_blank"&gt;http://www.hpuxconsulting.com/5004.ppt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 01 May 2006 19:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780467#M263120</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-01T19:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ssh key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780468#M263121</link>
      <description>Hi Shiv,&lt;BR /&gt;&lt;BR /&gt;Have a look at this FAQ &lt;A href="http://docs.hp.com/en/6073/FAQ-SSH.pdf" target="_blank"&gt;http://docs.hp.com/en/6073/FAQ-SSH.pdf&lt;/A&gt;&lt;BR /&gt;And &lt;A href="http://www.openssh.com/manual.html" target="_blank"&gt;http://www.openssh.com/manual.html&lt;/A&gt; which gives you the details of all files in ssh</description>
      <pubDate>Mon, 01 May 2006 19:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780468#M263121</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-05-01T19:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ssh key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780469#M263122</link>
      <description>Hi Shiva,&lt;BR /&gt;    Check the attached file for detailed description about SSH key generation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Mon, 01 May 2006 23:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780469#M263122</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2006-05-01T23:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ssh key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780470#M263123</link>
      <description>SEP, &lt;BR /&gt;&lt;BR /&gt;Thanks for sending in an excellent presentation. I apologize as i gave you 7 point. It deserved 10 point full which i realized later. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv</description>
      <pubDate>Tue, 02 May 2006 17:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh-key/m-p/3780470#M263123</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-05-02T17:49:08Z</dc:date>
    </item>
  </channel>
</rss>

