<?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 public key authentication in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193860#M733730</link>
    <description>Hi again&lt;BR /&gt;&lt;BR /&gt;You need to run this command in ssh server.</description>
    <pubDate>Thu, 08 May 2008 05:51:58 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-05-08T05:51:58Z</dc:date>
    <item>
      <title>SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193858#M733728</link>
      <description>while configuring the ssh public key authentication. I am not able to understand the step given in &lt;A href="http://docs.hp.com/en/5991-7493/ch04s03.html" target="_blank"&gt;http://docs.hp.com/en/5991-7493/ch04s03.html&lt;/A&gt; step no 4 i tryed to run this command but giving error message help me</description>
      <pubDate>Thu, 08 May 2008 05:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193858#M733728</guid>
      <dc:creator>R.SRIDHAR</dc:creator>
      <dc:date>2008-05-08T05:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193859#M733729</link>
      <description>Hi Sridhar&lt;BR /&gt;&lt;BR /&gt;What kind of error messages you have found?</description>
      <pubDate>Thu, 08 May 2008 05:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193859#M733729</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-08T05:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193860#M733730</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;You need to run this command in ssh server.</description>
      <pubDate>Thu, 08 May 2008 05:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193860#M733730</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-08T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193861#M733731</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Copy the public key in the client system to the home directory of the server using the following command:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;# cat $HOME/.ssh/id_dsa.pub â   ssh remoteuser@remotehost &lt;BR /&gt;â  cat - &amp;gt;&amp;gt; $HOME/.ssh/authorized_keysâ   &lt;BR /&gt;&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First of all, you run this command on the server where you have created the public key using the  "ssh-keygen -t [rsaâ  dsa]" command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what the "cat" command does, it appends the public key in the $HOME/.ssh/authorized_keys of the "remotehost" for user "remoteuser".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What error are you getting?&lt;BR /&gt;&lt;BR /&gt;revert!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2008 05:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193861#M733731</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-08T05:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193862#M733732</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;to further troubleshoot this, run the following commands to verify that you are able to connect to the remote host:&lt;BR /&gt;&lt;BR /&gt;ping remotehost&lt;BR /&gt;ssh remoteuser@remotehost&lt;BR /&gt;&lt;BR /&gt;if these commands work, then you will be able to successfully complete this step(4).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 08 May 2008 06:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193862#M733732</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-08T06:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193863#M733733</link>
      <description>when i trying to run the step4  command it is giving sh hostname not found..</description>
      <pubDate>Thu, 08 May 2008 07:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193863#M733733</guid>
      <dc:creator>R.SRIDHAR</dc:creator>
      <dc:date>2008-05-08T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193864#M733734</link>
      <description>Tell me what is the output of this command in ssh server.&lt;BR /&gt;&lt;BR /&gt;#cat $HOME/.ssh/id_rsa.pub | ssh &lt;USERNAME&gt;@&lt;HOST_IP&gt; 'cat - &amp;gt;&amp;gt; $HOME/.ssh/authorized_keys'&lt;BR /&gt;&lt;BR /&gt;Don't forget to assign points!!!!;-)&lt;/HOST_IP&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 08 May 2008 07:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193864#M733734</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-08T07:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193865#M733735</link>
      <description>&amp;gt;when i trying to run the step4 command it is giving sh hostname not found..&lt;BR /&gt;&lt;BR /&gt;what does the following command return to you?&lt;BR /&gt;&lt;BR /&gt;ping hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if the hostname is not found in the DNS or /etc/hosts, you will have to include it there.&lt;BR /&gt;&lt;BR /&gt;e.g. (extract from /etc/hosts)&lt;BR /&gt;192.168.111.23  hostname &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 08 May 2008 07:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193865#M733735</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-08T07:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH public key authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193866#M733736</link>
      <description>&amp;gt; when i trying to run the step4 command it&lt;BR /&gt;&amp;gt; is giving sh hostname not found..&lt;BR /&gt;&lt;BR /&gt;What is the exact command which you run, and&lt;BR /&gt;what, exactly, is the error message?&lt;BR /&gt;&lt;BR /&gt;This new copy+paste stuff can be very useful&lt;BR /&gt;in cases like this.</description>
      <pubDate>Thu, 08 May 2008 11:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-public-key-authentication/m-p/4193866#M733736</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-08T11:47:26Z</dc:date>
    </item>
  </channel>
</rss>

