<?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 using private key in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938723#M411340</link>
    <description>The connection is made from my host (client) to a remote site via ssh.   According to your information, do you mean create a file called "authorized_key" ? under /.ssh in my host ?&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
    <pubDate>Mon, 07 Nov 2005 01:31:01 GMT</pubDate>
    <dc:creator>ITSD-ACCS</dc:creator>
    <dc:date>2005-11-07T01:31:01Z</dc:date>
    <item>
      <title>ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938721#M411338</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I was given a configure file eg user.cfg and this is what they call private key .   May I know where should I put it and how to SSh to that host using this file ?  &lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
      <pubDate>Sun, 06 Nov 2005 23:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938721#M411338</guid>
      <dc:creator>ITSD-ACCS</dc:creator>
      <dc:date>2005-11-06T23:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938722#M411339</link>
      <description>Paste the contents of user.cfg (make sure it contains private key) into ~/.ssh/authorized_keys on the remote host. &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Nov 2005 23:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938722#M411339</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-06T23:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938723#M411340</link>
      <description>The connection is made from my host (client) to a remote site via ssh.   According to your information, do you mean create a file called "authorized_key" ? under /.ssh in my host ?&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
      <pubDate>Mon, 07 Nov 2005 01:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938723#M411340</guid>
      <dc:creator>ITSD-ACCS</dc:creator>
      <dc:date>2005-11-07T01:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938724#M411341</link>
      <description>authorized_keys file must be placed under the .ssh directory in the home folder of the remote user. You must connect to the remote host first and put the contents of the file user.cfg into that file on the remote host.&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Mon, 07 Nov 2005 02:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938724#M411341</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-11-07T02:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938725#M411342</link>
      <description>I already copy the content user.cfg into authorized_keys, but didn't work.&lt;BR /&gt;&lt;BR /&gt;Under .ssh I have :&lt;BR /&gt;&amp;gt;ls &lt;BR /&gt;authorized_keys&lt;BR /&gt;known_hosts&lt;BR /&gt;prng_seed&lt;BR /&gt;&lt;BR /&gt;Then I type :&lt;BR /&gt;&amp;gt;sftp  host124&lt;BR /&gt;Connecting to host123&lt;BR /&gt;ssh: connect to host xxx.xxx.xxx.xxx port 22: Connection refused&lt;BR /&gt;Connection closed&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2005 02:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938725#M411342</guid>
      <dc:creator>ITSD-ACCS</dc:creator>
      <dc:date>2005-11-07T02:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938726#M411343</link>
      <description>This doesn't seem like an authentication problem. You could not establish a connection. Check whether the secure shell service is running or not. &lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sshd &lt;BR /&gt;&lt;BR /&gt;and start it &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh start &lt;BR /&gt;&lt;BR /&gt;if it is not already running.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2005 03:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938726#M411343</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-11-07T03:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938727#M411344</link>
      <description>The problem is, the server side didn't start up their SSH services.</description>
      <pubDate>Mon, 07 Nov 2005 22:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938727#M411344</guid>
      <dc:creator>ITSD-ACCS</dc:creator>
      <dc:date>2005-11-07T22:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: ssh using private key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938728#M411345</link>
      <description>As mentioned in the previous post...</description>
      <pubDate>Tue, 08 Nov 2005 05:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-using-private-key/m-p/4938728#M411345</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-11-08T05:03:11Z</dc:date>
    </item>
  </channel>
</rss>

