<?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 keys. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518980#M366701</link>
    <description>Hi Fizan,&lt;BR /&gt;&lt;BR /&gt;Attached an extract from SNA-2 dealing with ssh.&lt;BR /&gt;&lt;BR /&gt;May be this is of some help.</description>
    <pubDate>Thu, 22 Oct 2009 06:09:33 GMT</pubDate>
    <dc:creator>R.K. #</dc:creator>
    <dc:date>2009-10-22T06:09:33Z</dc:date>
    <item>
      <title>ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518979#M366700</link>
      <description>i have generated a public key and i uploaded in the destintion server in /home/test/.ssh/authorised_keys and the permission and ownership is to that test:test so its 600 authorised_keys and .ssh is 700 so after that also while connection it says as permission denied!! any configurations settings need to be changed?&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Thu, 22 Oct 2009 06:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518979#M366700</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-22T06:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518980#M366701</link>
      <description>Hi Fizan,&lt;BR /&gt;&lt;BR /&gt;Attached an extract from SNA-2 dealing with ssh.&lt;BR /&gt;&lt;BR /&gt;May be this is of some help.</description>
      <pubDate>Thu, 22 Oct 2009 06:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518980#M366701</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-10-22T06:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518981#M366702</link>
      <description>HI,&lt;BR /&gt;Here is the Steps:&lt;BR /&gt;On the client run the following commands:&lt;BR /&gt;&lt;BR /&gt;$ mkdir -p $HOME/.ssh&lt;BR /&gt;$ chmod 0700 $HOME/.ssh&lt;BR /&gt;$ ssh-keygen -t dsa -f $HOME/.ssh/id_dsa -P ''&lt;BR /&gt;&lt;BR /&gt;This should result in two files, $HOME/.ssh/id_dsa (private key) and $HOME/.ssh/id_dsa.pub (public key). &lt;BR /&gt;Copy $HOME/.ssh/id_dsa.pub to the server.&lt;BR /&gt;&lt;BR /&gt;On the server run the following commands:&lt;BR /&gt;&lt;BR /&gt;$ cat id_dsa.pub &amp;gt;&amp;gt; $HOME/.ssh/authorized_keys2&lt;BR /&gt;$ chmod 0600 $HOME/.ssh/authorized_keys2&lt;BR /&gt;&lt;BR /&gt;Depending on the version of OpenSSH the following commands may also be required: &lt;BR /&gt;$ cat id_dsa.pub &amp;gt;&amp;gt; $HOME/.ssh/authorized_keys&lt;BR /&gt;$ chmod 0600 $HOME/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;An alternative is to create a link from authorized_keys2 to authorized_keys: &lt;BR /&gt;$ cd $HOME/.ssh &amp;amp;&amp;amp; ln -s authorized_keys2 authorized_keys&lt;BR /&gt;&lt;BR /&gt;On the client test the results by ssh'ing to the server:&lt;BR /&gt;&lt;BR /&gt;$ ssh -i $HOME/.ssh/id_dsa server&lt;BR /&gt;&lt;BR /&gt;(Optional) Add the following $HOME/.ssh/config on the client:&lt;BR /&gt;&lt;BR /&gt;Host server&lt;BR /&gt;         IdentityFile ~/.ssh/id_dsa&lt;BR /&gt;&lt;BR /&gt;This allows ssh access to the server without having to specify the path to the id_dsa file as an argument to ssh each time.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 22 Oct 2009 06:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518981#M366702</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-10-22T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518982#M366703</link>
      <description>while try connecting it shows as &lt;BR /&gt;&lt;BR /&gt;Authentications that can continue: publickey,gssapi-with-mic,password  &lt;BR /&gt; debug1: Trying private key: ""  &lt;BR /&gt; debug1: No more authentication methods to try.  &lt;BR /&gt; Permission denied (publickey,gssapi-with-mic,password).  &lt;BR /&gt; Unable to connect to the remote system, permission denied  &lt;BR /&gt;The test of system [WEBSRV_aero] failed!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 06:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518982#M366703</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-22T06:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518983#M366704</link>
      <description>hi Rk,&lt;BR /&gt;&lt;BR /&gt; can you attach the gud docs its corrupted which u have provided.</description>
      <pubDate>Thu, 22 Oct 2009 06:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518983#M366704</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-10-22T06:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518984#M366705</link>
      <description>There must be dozens (hundreds?) of threads&lt;BR /&gt;in this forum involving SSH configuration.&lt;BR /&gt;Did you read any of them?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; any configurations settings need to be&lt;BR /&gt;&amp;gt; changed?&lt;BR /&gt;&lt;BR /&gt;Probably, but we non-psychics can't really&lt;BR /&gt;see what you have now.  As usual, showing&lt;BR /&gt;actual commands with their actual output can&lt;BR /&gt;be more helpful than vague descriptions and&lt;BR /&gt;interpretations.  "ls -l" is a good one.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  while try connecting it shows as &lt;BR /&gt;&lt;BR /&gt;Is that output from "ssh -v [...]"?  Where is&lt;BR /&gt;the rest of it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; debug1: Trying private key: "" &lt;BR /&gt;&lt;BR /&gt;That doesn't look like a good key file name.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; debug1: No more authentication methods to try.&lt;BR /&gt;&amp;gt; Permission denied (publickey,gssapi-with-mic,password).&lt;BR /&gt;&amp;gt; Unable to connect to the remote system, permission denied&lt;BR /&gt;&lt;BR /&gt;I don't think that it's talking about file&lt;BR /&gt;permissions there, only the fact that you&lt;BR /&gt;couldn't authenticate.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The test of system [WEBSRV_aero] failed!&lt;BR /&gt;&lt;BR /&gt;Should that mean something to me?  It&lt;BR /&gt;doesn't.</description>
      <pubDate>Thu, 22 Oct 2009 14:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518984#M366705</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-22T14:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518985#M366706</link>
      <description>Shalom fizan,&lt;BR /&gt;&lt;BR /&gt;Check your procedure against these two documents.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=10" target="_blank"&gt;http://www.hpux.ws/?p=10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=19" target="_blank"&gt;http://www.hpux.ws/?p=19&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The first is relevant. The second is really cool to know.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Oct 2009 15:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518985#M366706</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-22T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: ssh keys.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518986#M366707</link>
      <description>"Authentications that can continue: publickey,gssapi-with-mic,password &lt;BR /&gt;debug1: Trying private key: "" &lt;BR /&gt;debug1: No more authentication methods to try. .."&lt;BR /&gt;&lt;BR /&gt;1) Well, how did you attempt to connect to it *exactly*.  ssh or PuTTY or ???  What did you specify for the id file? You did specify one right? &lt;BR /&gt;&lt;BR /&gt;2) It appears you've omitted some of the debug output...somewhere it should have told you that it attempted to connect using a public key "xxxx"?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 15:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-keys/m-p/4518986#M366707</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-10-22T15:55:50Z</dc:date>
    </item>
  </channel>
</rss>

