<?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 Setup for password-less SSH sessions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799572#M741037</link>
    <description>I have installed SSH on Redhat and had no problems with the default behaviour NOT asking for login/password.  On RH, if a authorized key file is not present, the session is immediately closed after entering the login ID.  How can I duplicate this behaviour on HP-UX.  Running 11.11 and HP-UX Secure Shell A.04.30.002.  I do not want SSH allowing logins if keys are not found.</description>
    <pubDate>Fri, 02 Jun 2006 13:43:26 GMT</pubDate>
    <dc:creator>Jerry Sommerville_2</dc:creator>
    <dc:date>2006-06-02T13:43:26Z</dc:date>
    <item>
      <title>Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799572#M741037</link>
      <description>I have installed SSH on Redhat and had no problems with the default behaviour NOT asking for login/password.  On RH, if a authorized key file is not present, the session is immediately closed after entering the login ID.  How can I duplicate this behaviour on HP-UX.  Running 11.11 and HP-UX Secure Shell A.04.30.002.  I do not want SSH allowing logins if keys are not found.</description>
      <pubDate>Fri, 02 Jun 2006 13:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799572#M741037</guid>
      <dc:creator>Jerry Sommerville_2</dc:creator>
      <dc:date>2006-06-02T13:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799573#M741038</link>
      <description>Check the global ssh daemon configuration file:/opt/ssh/etc/sshd_config and set&lt;BR /&gt;PasswordAuthentication=no&lt;BR /&gt;&lt;BR /&gt;(The default is yes)&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 14:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799573#M741038</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-06-02T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799574#M741039</link>
      <description>Nice try, but my config file already has PasswordAuthentication=no&lt;BR /&gt;&lt;BR /&gt;I am hoping there is something else I have missed.&lt;BR /&gt;&lt;BR /&gt;... Jerry</description>
      <pubDate>Fri, 02 Jun 2006 14:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799574#M741039</guid>
      <dc:creator>Jerry Sommerville_2</dc:creator>
      <dc:date>2006-06-02T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799575#M741040</link>
      <description>Did you kill/restart the daemon after you made the change ?&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 14:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799575#M741040</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-06-02T14:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799576#M741041</link>
      <description>Yes.  I did a kill on the PID.  Verified it had died and then issued the command /usr/sbin/sshd to restart the daemon.</description>
      <pubDate>Fri, 02 Jun 2006 14:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799576#M741041</guid>
      <dc:creator>Jerry Sommerville_2</dc:creator>
      <dc:date>2006-06-02T14:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799577#M741042</link>
      <description>Christian - attached is the config file from /opt/ssh/etc/sshd_config&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;... Jerry</description>
      <pubDate>Fri, 02 Jun 2006 14:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799577#M741042</guid>
      <dc:creator>Jerry Sommerville_2</dc:creator>
      <dc:date>2006-06-02T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799578#M741043</link>
      <description>I don't have a machine to test on right now,&lt;BR /&gt;but you could try setting:&lt;BR /&gt;&lt;BR /&gt;usePAM=no</description>
      <pubDate>Fri, 02 Jun 2006 15:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799578#M741043</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-06-02T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799579#M741044</link>
      <description>That worked.  Thanks.&lt;BR /&gt;Points assigned.</description>
      <pubDate>Fri, 02 Jun 2006 15:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799579#M741044</guid>
      <dc:creator>Jerry Sommerville_2</dc:creator>
      <dc:date>2006-06-02T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799580#M741045</link>
      <description>Sorry, do not change usePAM but uncomment the "UseLogin no" line in your config file.&lt;BR /&gt;&lt;BR /&gt;This should do it.But the down side to this is that a user with a key will still be able to login even if the account is disabled.</description>
      <pubDate>Fri, 02 Jun 2006 15:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799580#M741045</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-06-02T15:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799581#M741046</link>
      <description>You had it right the first time Christian.  When I change UsePAM back to yes and uncommented UseLogin=no it still prompted for a login ID and password and I was able to get in.  The UsePAM=no did work however so I am going to continue testing with that option.  Thanks,&lt;BR /&gt;&lt;BR /&gt;... Jerry</description>
      <pubDate>Fri, 02 Jun 2006 15:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799581#M741046</guid>
      <dc:creator>Jerry Sommerville_2</dc:creator>
      <dc:date>2006-06-02T15:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setup for password-less SSH sessions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799582#M741047</link>
      <description>There are actually two password authentication. &lt;BR /&gt;&lt;BR /&gt;1. normal password.&lt;BR /&gt;2. Challenge-response via PAM and keyboard interactive.&lt;BR /&gt;&lt;BR /&gt;So set both of them to "no" instead of doing a usepam=no&lt;BR /&gt;&lt;BR /&gt;PasswordAuthentication yes&lt;BR /&gt;ChallengeResponseAuthentication yes&lt;BR /&gt;&lt;BR /&gt;-logu&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jun 2006 02:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-for-password-less-ssh-sessions/m-p/3799582#M741047</guid>
      <dc:creator>Logu_2</dc:creator>
      <dc:date>2006-06-03T02:12:53Z</dc:date>
    </item>
  </channel>
</rss>

