<?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 stop accepting connections in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546822#M370118</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am suspecting a duplicate IP in the network. Check the timestamp of the following.&lt;BR /&gt;&lt;BR /&gt;ll /var/adm/net*&lt;BR /&gt;&lt;BR /&gt;Ravi.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Dec 2009 05:10:23 GMT</pubDate>
    <dc:creator>G V R Shankar</dc:creator>
    <dc:date>2009-12-10T05:10:23Z</dc:date>
    <item>
      <title>ssh stop accepting connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546819#M370115</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a problem in a server with ssh connections:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;# ssh -vvv monuser@localhost&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.006, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to localhost [127.0.0.1] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /.ssh/id_dsa type -1&lt;BR /&gt;ssh_exchange_identification: Connection closed by remote host&lt;BR /&gt;&lt;BR /&gt;If I restart the sshd daemon it starts working right:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;# ssh -vvv monuser@localhost&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.006, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to localhost [127.0.0.1] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3p2-hpn&lt;BR /&gt;debug1: match: OpenSSH_4.3p2-hpn pat OpenSSH*&lt;BR /&gt;&lt;ETC&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;.. but after less than a minute, it stop working again. The only thing I have seen is that the problem appears once the number of ssh connections (ps -ef|grep ssh) is over 20. ¿Is this possible? ¿Any idea?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/ETC&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546819#M370115</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2009-12-09T09:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh stop accepting connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546820#M370116</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I have seen that some sshd proceses remains "sshd: [net]" (they should die after connecting):&lt;BR /&gt;&lt;BR /&gt;&amp;gt;#  ps -ef|grep ssh&lt;BR /&gt;    root 17377 14634  0 12:15:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;   user1 16218 16213  0 10:34:57 ?         0:01 sshd: wlzam@pts/4&lt;BR /&gt;    root 16795 14634  0 12:14:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    root  5738 14634  0 12:11:34 ?         0:00 sshd: ser [priv]&lt;BR /&gt; user  6886  5738  0 12:11:39 ?         0:00 sshd: user@pts/7&lt;BR /&gt;    sshd 16792 16791  0 12:14:07 ?         0:00 sshd: [net]&lt;BR /&gt;    root 14634     1  0 10:52:59 ?         0:01 /opt/ssh/sbin/sshd&lt;BR /&gt;    sshd 16798 16796  0 12:14:07 ?         0:00 sshd: [net]&lt;BR /&gt;    sshd 17376 17375  0 12:15:07 ?         0:00 sshd: [net]&lt;BR /&gt;    root 16796 14634  0 12:14:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    root 17379 14634  0 12:15:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    sshd 17372 17371  0 12:15:07 ?         0:00 sshd: [net]&lt;BR /&gt;    sshd 17374 17373  0 12:15:07 ?         0:00 sshd: [net]&lt;BR /&gt;    root 16213     1  0 10:34:53 ?         0:00 sshd: user1 [priv]&lt;BR /&gt;    root 16791 14634  0 12:14:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    root 16785 14634  0 12:14:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    root 17375 14634  0 12:15:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    sshd 16794 16793  0 12:14:07 ?         0:00 sshd: [net]&lt;BR /&gt;    root 16793 14634  0 12:14:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    sshd 16786 16785  0 12:14:07 ?         0:00 sshd: [net]&lt;BR /&gt;    sshd 16797 16795  0 12:14:07 ?         0:00 sshd: [net]&lt;BR /&gt;    sshd 17380 17379  0 12:15:07 ?         0:00 sshd: [net]&lt;BR /&gt;    sshd 17378 17377  0 12:15:07 ?         0:00 sshd: [net]&lt;BR /&gt;    root 17542 17913  1 12:15:43 pts/tl    0:00 grep ssh&lt;BR /&gt;    root 17371 14634  0 12:15:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;    root 17373 14634  0 12:15:07 ?         0:00 sshd: [accepted]&lt;BR /&gt;&lt;BR /&gt;When these proceses are 10, I cannot coonect. Â¿Any idea why these proceses might be hung?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 09 Dec 2009 11:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546820#M370116</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2009-12-09T11:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh stop accepting connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546821#M370117</link>
      <description>&amp;gt;&amp;gt;When these proceses are 10, I cannot coonect. Ã Â¿Any idea why these proceses might be hung?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Specified the maximum number of concurrent unauthenticated connections to the sshd daemon. Additional connections will be&lt;BR /&gt;dropped until authentication succeeds or the LoginGraceTime&lt;BR /&gt;expires for a connection. The default is 10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lease see $ man sshd_config for more detail</description>
      <pubDate>Thu, 10 Dec 2009 02:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546821#M370117</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-12-10T02:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh stop accepting connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546822#M370118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am suspecting a duplicate IP in the network. Check the timestamp of the following.&lt;BR /&gt;&lt;BR /&gt;ll /var/adm/net*&lt;BR /&gt;&lt;BR /&gt;Ravi.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2009 05:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546822#M370118</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-12-10T05:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh stop accepting connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546823#M370119</link>
      <description>I've seen a similar problem - hanging sshd processes - with that version of SSH on HP-UX 11i on a 9000/785 workstation. I think there's a bug in the release.  You should upgrade to the HP Secure Shell 5.2 release:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;... along with the KRNG package, and give it another try.</description>
      <pubDate>Fri, 11 Dec 2009 13:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-stop-accepting-connections/m-p/4546823#M370119</guid>
      <dc:creator>mvpel</dc:creator>
      <dc:date>2009-12-11T13:54:36Z</dc:date>
    </item>
  </channel>
</rss>

