<?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: Query on SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213676#M465312</link>
    <description>you can look for used pty's in glance -&amp;gt; press "t" for "system tables"&lt;BR /&gt;&lt;BR /&gt;You can query the number of ptys from the kernel with kmtune like this: (in 11iv2/v3 look for the kctune command)&lt;BR /&gt;&lt;BR /&gt;# kmtune -q npty&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;npty                       60  -  60&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Dec 2009 13:08:32 GMT</pubDate>
    <dc:creator>Viktor Balogh</dc:creator>
    <dc:date>2009-12-11T13:08:32Z</dc:date>
    <item>
      <title>Query on SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213673#M465309</link>
      <description>what is the maximum number of connection we can  have in SSH ?&lt;BR /&gt;&lt;BR /&gt;I did check the man ssh_config file -&amp;gt; points to maximun 10&lt;BR /&gt;&lt;BR /&gt;or it depends on  number of pseudo devices &lt;BR /&gt;&lt;BR /&gt;And how about the "batch jobs running" using SSH&lt;BR /&gt;&lt;BR /&gt;does this also require me to increase pseudo devices&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2009 10:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213673#M465309</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-10T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213674#M465310</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i thinks ists depend on you server if its enough powerfull and also if you have enough&lt;BR /&gt;pseudo devvices.&lt;BR /&gt;&lt;BR /&gt;check this discusion :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/unix-advanced-expert-users/46982-max-numer-connections-per-sshd.html" target="_blank"&gt;http://www.unix.com/unix-advanced-expert-users/46982-max-numer-connections-per-sshd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 10 Dec 2009 11:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213674#M465310</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-12-10T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213675#M465311</link>
      <description>i'm not aware of SSH having this limitation. if there is a limit at all, it will be whatever the OS limits.</description>
      <pubDate>Fri, 11 Dec 2009 07:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213675#M465311</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-12-11T07:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213676#M465312</link>
      <description>you can look for used pty's in glance -&amp;gt; press "t" for "system tables"&lt;BR /&gt;&lt;BR /&gt;You can query the number of ptys from the kernel with kmtune like this: (in 11iv2/v3 look for the kctune command)&lt;BR /&gt;&lt;BR /&gt;# kmtune -q npty&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;npty                       60  -  60&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2009 13:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213676#M465312</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2009-12-11T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213677#M465313</link>
      <description>The "MaxSessions" option in sshd_config is the maximum number of open sessions per network connection, not per system.&lt;BR /&gt;&lt;BR /&gt;That option is tied to a feature in SSH 4.x and up called "connection multiplexing," which allows you to start additional SSH sessions over an existing TCP connection, via the use of a socket:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.debian-administration.org/articles/290" target="_blank"&gt;http://www.debian-administration.org/articles/290&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The "MaxSessions" option was introduced in OpenSSH 5.1 to allow more fine-grained administrative control of the multiplexing feature.</description>
      <pubDate>Fri, 11 Dec 2009 14:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213677#M465313</guid>
      <dc:creator>mvpel</dc:creator>
      <dc:date>2009-12-11T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213678#M465314</link>
      <description>Thanks to all, :)</description>
      <pubDate>Sat, 30 Jan 2010 06:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-ssh/m-p/5213678#M465314</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-30T06:33:42Z</dc:date>
    </item>
  </channel>
</rss>

