<?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: Limit SSH connections in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268356#M472902</link>
    <description>Thanks all for you inputs.&lt;BR /&gt;&lt;BR /&gt;NUMBER_OF_LOGINS_ALLOWED works for any non-root user. This has solved my problem.&lt;BR /&gt;&lt;BR /&gt;Thanks again to all of you!</description>
    <pubDate>Fri, 18 Feb 2011 11:12:03 GMT</pubDate>
    <dc:creator>Mrunal Nerpawar</dc:creator>
    <dc:date>2011-02-18T11:12:03Z</dc:date>
    <item>
      <title>Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268350#M472896</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me how the we can limit the no. of ssh connections to the HP-UX server.&lt;BR /&gt;&lt;BR /&gt;I tried setting MaxStartups value in /etc/ssh/sshd_config file, but it is not working as i expect.&lt;BR /&gt;&lt;BR /&gt;--Mrunal</description>
      <pubDate>Wed, 05 Jan 2011 07:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268350#M472896</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-01-05T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268351#M472897</link>
      <description>1-) Alternatively, random early drop can be enabled by specifying the three colon separated values ``start:rate:full'' (e.g.,"10:30:60") in this case I guess max. number of you need to limit must be 60.&lt;BR /&gt;&lt;BR /&gt;2-) Did you restart sshd daemon ?</description>
      <pubDate>Wed, 05 Jan 2011 08:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268351#M472897</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-01-05T08:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268352#M472898</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't think that MaxStartups answers your need.&lt;BR /&gt;It applies only for *unauthenticated* connections:&lt;BR /&gt;--8&amp;lt;--&lt;BR /&gt;MaxStartups&lt;BR /&gt;             Specifies the maximum number of concurrent unauthenticated con-&lt;BR /&gt;             nections to the sshd daemon.  Additional connections will be&lt;BR /&gt;             dropped until authentication succeeds or the LoginGraceTime ex-&lt;BR /&gt;             pires for a connection.  The default is 10.&lt;BR /&gt; &lt;BR /&gt;             Alternatively, random early drop can be enabled by specifying the&lt;BR /&gt;             three colon separated values ``start:rate:full'' (e.g.,&lt;BR /&gt;             "10:30:60" ).  sshd will refuse connection attempts with a proba-&lt;BR /&gt;             bility of ``rate/100'' (30%) if there are currently ``start''&lt;BR /&gt;             (10) unauthenticated connections.  The probability increases lin-&lt;BR /&gt;             early and all connection attempts are refused if the number of&lt;BR /&gt;             unauthenticated connections reaches ``full'' (60).&lt;BR /&gt;--&amp;gt;8--&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mounaam</description>
      <pubDate>Wed, 05 Jan 2011 09:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268352#M472898</guid>
      <dc:creator>Mounaam</dc:creator>
      <dc:date>2011-01-05T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268353#M472899</link>
      <description>You are right Mounaam.&lt;BR /&gt;That option do not solve my purpose.&lt;BR /&gt;&lt;BR /&gt;So is it that, there is no way to configure ssh connection limit on HP-UX servers?</description>
      <pubDate>Tue, 11 Jan 2011 10:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268353#M472899</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-01-11T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268354#M472900</link>
      <description>If your version of ssh is 5.1 or newer the Maxsessions 1  option might work for you. It does not limit the total number of connections to the server but it does limit number of connections per client IP address.</description>
      <pubDate>Thu, 13 Jan 2011 20:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268354#M472900</guid>
      <dc:creator>Innate Ideas</dc:creator>
      <dc:date>2011-01-13T20:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268355#M472901</link>
      <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;You can try some thing like this &lt;BR /&gt;/etc/default/security&lt;BR /&gt;NUMBER_OF_LOGINS_ALLOWED=XX</description>
      <pubDate>Fri, 14 Jan 2011 06:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268355#M472901</guid>
      <dc:creator>Srikanth Kancharla</dc:creator>
      <dc:date>2011-01-14T06:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268356#M472902</link>
      <description>Thanks all for you inputs.&lt;BR /&gt;&lt;BR /&gt;NUMBER_OF_LOGINS_ALLOWED works for any non-root user. This has solved my problem.&lt;BR /&gt;&lt;BR /&gt;Thanks again to all of you!</description>
      <pubDate>Fri, 18 Feb 2011 11:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268356#M472902</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-02-18T11:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limit SSH connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268357#M472903</link>
      <description>The inputs i have received on this thread has solved my issue.&lt;BR /&gt;&lt;BR /&gt;Therefore closing this thread.</description>
      <pubDate>Fri, 18 Feb 2011 11:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-ssh-connections/m-p/5268357#M472903</guid>
      <dc:creator>Mrunal Nerpawar</dc:creator>
      <dc:date>2011-02-18T11:14:24Z</dc:date>
    </item>
  </channel>
</rss>

