<?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 Automating SSH logins in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934506#M112348</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;     We have a Red Hat Linux 8.0 server that we want to be able to log into an HP-UX 10.20, and HP-UX 11.00 server via SSH. The idea is to have this done automatically. &lt;BR /&gt;     On the Linux server, the ssh-keygen ap-plication was run as the user account to be used for the connection with the authorized _keys2 file being generated. This file was copied to the user account's home directory on the HP-UX 10.20 machine.&lt;BR /&gt;     On the HP-UX 10.20 machine, the ssh-keygen -t rsa command was run again as the user account that will be running the ssh connection. The id_rsa keys were created. &lt;BR /&gt;     The problem that I'm having is this: no matter what I do, whenever I try to run SSH as the user account in question, I am also prompted for the password. The verbose mode readout indicates that SSH is looking for the identity and rsa files in the .ssh directory. They are there. What's going on?!?!?!?</description>
    <pubDate>Mon, 24 Mar 2003 21:35:52 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2003-03-24T21:35:52Z</dc:date>
    <item>
      <title>Automating SSH logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934506#M112348</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;     We have a Red Hat Linux 8.0 server that we want to be able to log into an HP-UX 10.20, and HP-UX 11.00 server via SSH. The idea is to have this done automatically. &lt;BR /&gt;     On the Linux server, the ssh-keygen ap-plication was run as the user account to be used for the connection with the authorized _keys2 file being generated. This file was copied to the user account's home directory on the HP-UX 10.20 machine.&lt;BR /&gt;     On the HP-UX 10.20 machine, the ssh-keygen -t rsa command was run again as the user account that will be running the ssh connection. The id_rsa keys were created. &lt;BR /&gt;     The problem that I'm having is this: no matter what I do, whenever I try to run SSH as the user account in question, I am also prompted for the password. The verbose mode readout indicates that SSH is looking for the identity and rsa files in the .ssh directory. They are there. What's going on?!?!?!?</description>
      <pubDate>Mon, 24 Mar 2003 21:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934506#M112348</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2003-03-24T21:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SSH logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934507#M112349</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will get more details if you run "sshd" in the debug mode on the server side.&lt;BR /&gt;&lt;BR /&gt;#sshd -d&lt;BR /&gt;&lt;BR /&gt;Then try connecting to this box from the remote system and see what messages scroll down.&lt;BR /&gt;&lt;BR /&gt;This could most probably be the permission issues on the home directory and|or .ssh directory of the user. &lt;BR /&gt;&lt;BR /&gt;Look at your sshd_config file and see if the "strictModes" has been set to yes. If so, then you will have to fix the permissions . It is not recommended to turn off this feature as obviously you are security oriented since you are using ssh.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 24 Mar 2003 21:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934507#M112349</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-24T21:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SSH logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934508#M112350</link>
      <description>By the way..&lt;BR /&gt;&lt;BR /&gt;I just wanted to confirm that you ran ssh-keygen on the linux box and copied the  keys into the authorized_keys file on the hp-ux server and vice versa.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 24 Mar 2003 21:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934508#M112350</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-24T21:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SSH logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934509#M112351</link>
      <description>Here is Chris Vale's guide on doing what you want to do here.&lt;BR /&gt;&lt;BR /&gt;Attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Mar 2003 21:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934509#M112351</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-24T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SSH logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934510#M112352</link>
      <description>Check the ownership and permissions as I mentioned in the procedure I wrote, that Stephen Protter posted.  They must be exactly chmod 644 and chmod 755.  Anything else causes the behavior you mention.  Also, use the -t dsa flag instead of the -t rsa flag for the ssh-keygen command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stephen--at least spell my name right!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 24 Mar 2003 22:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934510#M112352</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-03-24T22:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automating SSH logins</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934511#M112353</link>
      <description>Okay Chris, I get the message.  Unless you've posted ahead of me, I have to rely on malfunctioning pea brain molecules, I'll try and keep it straight.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 Mar 2003 01:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automating-ssh-logins/m-p/2934511#M112353</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-25T01:39:52Z</dc:date>
    </item>
  </channel>
</rss>

