<?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 SSH connection number problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919051#M84697</link>
    <description>I have a HP itanium box with OS ver11.23, it only allows 2 SSH connections in currently(the 3rd will be refused), I want to change this settings, but when I looked at SSH configuration file, I did not find any parameter or directive associated with this setting.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Ronald</description>
    <pubDate>Fri, 29 Dec 2006 13:14:31 GMT</pubDate>
    <dc:creator>ronald tang</dc:creator>
    <dc:date>2006-12-29T13:14:31Z</dc:date>
    <item>
      <title>SSH connection number problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919051#M84697</link>
      <description>I have a HP itanium box with OS ver11.23, it only allows 2 SSH connections in currently(the 3rd will be refused), I want to change this settings, but when I looked at SSH configuration file, I did not find any parameter or directive associated with this setting.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Ronald</description>
      <pubDate>Fri, 29 Dec 2006 13:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919051#M84697</guid>
      <dc:creator>ronald tang</dc:creator>
      <dc:date>2006-12-29T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection number problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919052#M84698</link>
      <description>"MaxStartups" is the directive for supporting concurrent connections in your "sshd_config" file.&lt;BR /&gt;&lt;BR /&gt;MaxStartups specifies the maximum number of concurrent connections to the SSH daemon.  The default value might be 2.</description>
      <pubDate>Sun, 31 Dec 2006 04:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919052#M84698</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2006-12-31T04:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection number problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919053#M84699</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This being an HP-UX system, there are kernel parameters that need to be checked.&lt;BR /&gt;&lt;BR /&gt;dtvitan1:/# kctune | grep tel&lt;BR /&gt;nstrtel                            60  Default&lt;BR /&gt;&lt;BR /&gt;Someone may have lowered this figure, which is not dynamic and requires a system boot.&lt;BR /&gt;&lt;BR /&gt;Check:&lt;BR /&gt;/var/adm/syslog/syslog.log &lt;BR /&gt;There may be an error message there that is helpful.&lt;BR /&gt;&lt;BR /&gt;After changing ssh_config or sshd_config&lt;BR /&gt;/sbin/init.d/secsh stop&lt;BR /&gt;/sbin/init.d/secsh start&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 01 Jan 2007 03:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919053#M84699</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-01T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection number problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919054#M84700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I looked up the syslog.log, found the following messages:&lt;BR /&gt;&lt;BR /&gt;Dec 29 14:27:11 webdev03 sshd[17507]: Accepted keyboard-interactive/pam for rtang from 10.97.2.92 port 1645 ssh2&lt;BR /&gt;Dec 29 14:27:29 webdev03 sshd[17532]: Accepted keyboard-interactive/pam for rtang from 10.97.2.92 port 1646 ssh2&lt;BR /&gt;Dec 29 14:29:04 webdev03 sshd[17554]: Accepted keyboard-interactive/pam for rtang from 10.97.2.92 port 1647 ssh2&lt;BR /&gt;Dec 29 14:29:04 webdev03 sshd[17562]: fatal: PAM: pam_open_session(): Can not make/remove entry for session&lt;BR /&gt;&lt;BR /&gt;It is sounds the PAM dosen't allow the 3rd session, but I don't know how to config PAM.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2007 10:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919054#M84700</guid>
      <dc:creator>ronald tang</dc:creator>
      <dc:date>2007-01-03T10:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection number problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919055#M84701</link>
      <description>Have a look at the /etc/default/security file for an NUMBER_OF_LOGINS_ALLOWED entry. You probably have this set at "2". This is system wide, increase it if needed.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 03 Jan 2007 21:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919055#M84701</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-03T21:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSH connection number problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919056#M84702</link>
      <description>Hi Denver,&lt;BR /&gt;&lt;BR /&gt;I looked up the /etc/default/security, the "&lt;BR /&gt;NUMBER_OF_LOGINS_ALLOWED" was set to 1, after I changed it to 0 (allow any times login), it is working fine.&lt;BR /&gt;&lt;BR /&gt;But I still don't understand why i can have 2 connections before while the settings was (NUMBER_OF_LOGINS_ALLOWED=1).&lt;BR /&gt;&lt;BR /&gt;Thank you all for help.</description>
      <pubDate>Thu, 04 Jan 2007 16:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-connection-number-problem/m-p/3919056#M84702</guid>
      <dc:creator>ronald tang</dc:creator>
      <dc:date>2007-01-04T16:09:08Z</dc:date>
    </item>
  </channel>
</rss>

