<?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 - Allowgroups - AllowUsers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727023#M254036</link>
    <description>Florian,&lt;BR /&gt;&lt;BR /&gt;The HP-UX implementation of SSH does not allow AllowGroups (read FAQ). I did try if it did and it does allow the AllowGroups option, but what I really like is a group and a network like AllowGroups@xxx.xxx.xxx or DenyGroups@xxx.xxx.xxx . If I try this the SSH daemon simply won't start. Bummer. &lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;&lt;BR /&gt;INCS</description>
    <pubDate>Thu, 09 Feb 2006 02:55:12 GMT</pubDate>
    <dc:creator>INCS Dept.</dc:creator>
    <dc:date>2006-02-09T02:55:12Z</dc:date>
    <item>
      <title>SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727016#M254029</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm looking into the sshd_config file and have top make some changes. The changes I have to make is that certain users (e.g. admin's) are only allowed from a certain network segment. I looked into the sshd configuration an read that sshd only supports AllowUsers/DenyUsers. I figured out that AllowGroups/DenyGroups does work, but something like  AllowGroups@xxx.xxx.xxx does not work. &lt;BR /&gt;&lt;BR /&gt;Therefore, to allow a connection to a network segment and not to the remaining networks I have to configure the following:&lt;BR /&gt;&lt;BR /&gt;DenyUsers admin1@10.10.10&lt;BR /&gt;DenyUsers admin1@10.10.11&lt;BR /&gt;DenyUsers admin1@10.10.12&lt;BR /&gt;DenyUsers admin2@10.10.10&lt;BR /&gt;.....etc&lt;BR /&gt;&lt;BR /&gt;Administrativily this is a nightmare. &lt;BR /&gt;&lt;BR /&gt;Does anyone have a better suggestion ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;INCS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 09:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727016#M254029</guid>
      <dc:creator>INCS Dept.</dc:creator>
      <dc:date>2006-02-08T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727017#M254030</link>
      <description>Shalom INCS,&lt;BR /&gt;&lt;BR /&gt;ssh processes /etc/profile&lt;BR /&gt;&lt;BR /&gt;/etc/profile can be programmed to reject users from certain groups.&lt;BR /&gt;&lt;BR /&gt;It won't stop sftp/scp, but this may not be an issue.&lt;BR /&gt;&lt;BR /&gt;You might also want to bring up ipfilter if you wish to block certain hosts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Feb 2006 10:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727017#M254030</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-08T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727018#M254031</link>
      <description>Hi, &lt;BR /&gt; &lt;BR /&gt;Why not using IPFilters for this ?&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 08 Feb 2006 10:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727018#M254031</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-08T10:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727019#M254032</link>
      <description>Sorry to say, but the other replies won't get You anywhere, and neither will the sshd_conf in itself.&lt;BR /&gt;&lt;BR /&gt;I think You could try something with PAM instead.</description>
      <pubDate>Wed, 08 Feb 2006 11:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727019#M254032</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2006-02-08T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727020#M254033</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;IPFilter is a good option.&lt;BR /&gt;&lt;BR /&gt;You can also create hostbased authentication.&lt;BR /&gt;sshd_config:&lt;BR /&gt;HostbasedAuthentication yes&lt;BR /&gt;&lt;BR /&gt;Have a central server(gateway server) where everybody login and from there start a ssh to the server.&lt;BR /&gt;&lt;BR /&gt;Add the gateway server to /etc/opt/openssh/shosts.equiv&lt;BR /&gt;and depending on authentication methode add the server to the ssh_known_hosts.&lt;BR /&gt;ssh-keyscan -t rsa &lt;SERVER-NAME&gt; &amp;gt;&amp;gt;ssh_known_hosts&lt;BR /&gt;&lt;BR /&gt;GoodLuck&lt;BR /&gt;Darrel&lt;/SERVER-NAME&gt;</description>
      <pubDate>Wed, 08 Feb 2006 11:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727020#M254033</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-02-08T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727021#M254034</link>
      <description>Actually...&lt;BR /&gt;&lt;BR /&gt;did You try:&lt;BR /&gt;&lt;BR /&gt;AllowGroup users@&lt;CLIENT_SUBNET&gt;&lt;BR /&gt;AllowUsers admin1@&lt;ADMIN_SUBNET&gt;&lt;BR /&gt;DenyUsers admin1@0.0.0.0&lt;BR /&gt;&lt;BR /&gt;I have no clue if it works, but it would be great if it did.&lt;BR /&gt;If it does work, I'll take almost any bet HP won't support it, though.&lt;BR /&gt;&lt;BR /&gt;&lt;/ADMIN_SUBNET&gt;&lt;/CLIENT_SUBNET&gt;</description>
      <pubDate>Wed, 08 Feb 2006 14:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727021#M254034</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2006-02-08T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727022#M254035</link>
      <description>You could also try to use 2 SSH daemons running on different ports. With something like ipfilters or xinetd you can control from which hosts are allowed to connect to a certain port.</description>
      <pubDate>Thu, 09 Feb 2006 02:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727022#M254035</guid>
      <dc:creator>Alexander Skwar</dc:creator>
      <dc:date>2006-02-09T02:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSH - Allowgroups - AllowUsers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727023#M254036</link>
      <description>Florian,&lt;BR /&gt;&lt;BR /&gt;The HP-UX implementation of SSH does not allow AllowGroups (read FAQ). I did try if it did and it does allow the AllowGroups option, but what I really like is a group and a network like AllowGroups@xxx.xxx.xxx or DenyGroups@xxx.xxx.xxx . If I try this the SSH daemon simply won't start. Bummer. &lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;&lt;BR /&gt;INCS</description>
      <pubDate>Thu, 09 Feb 2006 02:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-allowgroups-allowusers/m-p/3727023#M254036</guid>
      <dc:creator>INCS Dept.</dc:creator>
      <dc:date>2006-02-09T02:55:12Z</dc:date>
    </item>
  </channel>
</rss>

