<?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: SSHD config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256200#M734286</link>
    <description>Please read this from man page:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;AllowUsers:&lt;BR /&gt;           This keyword can be followed by a list of user name patterns,&lt;BR /&gt;           separated by spaces.  If specified, login is allowed only for&lt;BR /&gt;           user names that match one of the patterns.  `*' and `?' can be&lt;BR /&gt;           used as wildcards in the patterns.  Only user names are valid; a&lt;BR /&gt;           numerical user ID is not recognized.  By default, login is&lt;BR /&gt;           allowed for all users.  If the pattern takes the form USER@HOST&lt;BR /&gt;           then USER and HOST are separately checked, restricting logins to&lt;BR /&gt;           particular users from particular hosts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so u have to specify username seperated by spaces. if u dont specify any username it wont allow anyone.</description>
    <pubDate>Fri, 12 Sep 2008 09:48:20 GMT</pubDate>
    <dc:creator>Sandeep_Chaudhary</dc:creator>
    <dc:date>2008-09-12T09:48:20Z</dc:date>
    <item>
      <title>SSHD config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256197#M734283</link>
      <description>&lt;P&gt;after adding parameter "AllowUsers" on /opt/ssh/etc/shd_config, i am unable to login via SSH. below are the rrors on syslog:&lt;BR /&gt;&lt;BR /&gt;Aug 22 09:32:30 MIH-DEVT sshd[14498]: User Paul from 192.168.10.51 not allowed because not listed in AllowUsers&lt;BR /&gt;Aug 22 09:32:30 MIH-DEVT sshd[14498]: Failed none for invalid user Paul from 192.168.10.51 port 1467 ssh2&lt;BR /&gt;Aug 22 09:32:33 MIH-DEVT sshd[14498]: error: PAM: Authentication failed for illegal user Paul from 192.168.10.51&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moved from HP-UX Technical Documentation to HP-UX &amp;gt;security&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 07:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256197#M734283</guid>
      <dc:creator>SSH config</dc:creator>
      <dc:date>2013-03-29T07:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256198#M734284</link>
      <description>&amp;gt; after adding parameter "AllowUsers" on&lt;BR /&gt;&amp;gt; /opt/ssh/etc/shd_config&lt;BR /&gt;&lt;BR /&gt;"sshd_config"?  And what, exactly, did you&lt;BR /&gt;add to it?  If all you did was add a line&lt;BR /&gt;which said "AllowUsers", without mentioning&lt;BR /&gt;any users to allow, then I'd expect sshd to&lt;BR /&gt;reject all users.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] User Paul from 192.168.10.51 not&lt;BR /&gt;&amp;gt; allowed because not listed in AllowUsers&lt;BR /&gt;&lt;BR /&gt;Seems pretty clear to me.  Of course, my&lt;BR /&gt;psychic powers are too weak to tell me what's&lt;BR /&gt;actually in your config file, so it's hard to&lt;BR /&gt;say for sure if that's the problem.</description>
      <pubDate>Fri, 22 Aug 2008 02:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256198#M734284</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-22T02:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256199#M734285</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Please post the sshd_config file.&lt;BR /&gt;&lt;BR /&gt;Its not got anything really secret in it unless you have hard coded the root password or something.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Aug 2008 03:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256199#M734285</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-22T03:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256200#M734286</link>
      <description>Please read this from man page:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;AllowUsers:&lt;BR /&gt;           This keyword can be followed by a list of user name patterns,&lt;BR /&gt;           separated by spaces.  If specified, login is allowed only for&lt;BR /&gt;           user names that match one of the patterns.  `*' and `?' can be&lt;BR /&gt;           used as wildcards in the patterns.  Only user names are valid; a&lt;BR /&gt;           numerical user ID is not recognized.  By default, login is&lt;BR /&gt;           allowed for all users.  If the pattern takes the form USER@HOST&lt;BR /&gt;           then USER and HOST are separately checked, restricting logins to&lt;BR /&gt;           particular users from particular hosts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so u have to specify username seperated by spaces. if u dont specify any username it wont allow anyone.</description>
      <pubDate>Fri, 12 Sep 2008 09:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-config/m-p/4256200#M734286</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-12T09:48:20Z</dc:date>
    </item>
  </channel>
</rss>

