<?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: sshd terminated abnormaly. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760370#M22533</link>
    <description>Shalom Manoj,&lt;BR /&gt;&lt;BR /&gt;Could this be the user is not authenticating?&lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep openssh&lt;BR /&gt;&lt;BR /&gt;A new version of openssh might help, though it can be a pain to install.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 28 Mar 2006 09:32:56 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-03-28T09:32:56Z</dc:date>
    <item>
      <title>sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760367#M22530</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;My linux server was working fine since long days and today we faced sshd deamon terminated abnormaly and no one was able to login. Same time it was able to communicate to other servres using ssh.&lt;BR /&gt;&lt;BR /&gt;OS Version : Red Hat Enterprise Linux AS release 3 (Taroon Update 6)&lt;BR /&gt;&lt;BR /&gt;i found some abnormal entries in /var/log/secure. During the time i found server in OS hang state (No login from console). Restart resolves the issue.It happeded twice.&lt;BR /&gt;&lt;BR /&gt;Please help to find out the root cause.&lt;BR /&gt;&lt;BR /&gt;==============================================&lt;BR /&gt;&lt;BR /&gt;Mar 28 09:14:40 bksrv3 xinetd[3427]: START: auth pid=1702 from=16.173.24.100&lt;BR /&gt;Mar 28 09:18:56 bksrv3 sshd[3411]: Received signal 15; terminating.&lt;BR /&gt;Mar 28 09:18:56 bksrv3 sshd[2042]: Server listening on 0.0.0.0 port 22.&lt;BR /&gt;&lt;BR /&gt;ar 28 10:11:38 bksrv3 sshd[2042]: Received signal 15; terminating.&lt;BR /&gt;Mar 28 10:26:05 bksrv3 sshd[4722]: Server listening on 0.0.0.0 port 22.&lt;BR /&gt;Mar 28 10:27:39 bksrv3 xinetd[4738]: START: sgi_fam pid=7076 from=&lt;NO address=""&gt;&lt;BR /&gt;Mar 28 10:29:02 bksrv3 sshd[7528]: Did not receive identification string from 16.173.24.177&lt;BR /&gt;&lt;BR /&gt;=================================================&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;/NO&gt;</description>
      <pubDate>Tue, 28 Mar 2006 08:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760367#M22530</guid>
      <dc:creator>Manoj Sivan</dc:creator>
      <dc:date>2006-03-28T08:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760368#M22531</link>
      <description>You should enable remote loogging in syslog, like this:&lt;BR /&gt;&lt;BR /&gt;authpriv,daemon.debug   @remote_host.domain&lt;BR /&gt;&lt;BR /&gt;If the system is hang, maybe cannot log the problem.&lt;BR /&gt;&lt;BR /&gt;Also, enable install the sysstat package and check with sar the status of the system at the time of the hang.&lt;BR /&gt;&lt;BR /&gt;You may enable magic sysrq to generate a memory dump. Server hang is hard to troubleshoot, maybe you have a problem with a module. If you have support contract, try RHN.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 09:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760368#M22531</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-28T09:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760369#M22532</link>
      <description>Perhaps you should find more info on this by looking at /var/log/messages for time around 14:30 down ?&lt;BR /&gt;&lt;BR /&gt;Signal 15 killed SSHD ? Who/what gave this signal&lt;BR /&gt;&lt;BR /&gt;Who is log in at that time perhaps command last can help here !&lt;BR /&gt;&lt;BR /&gt;tell us more on this if it is secure to do so &lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Tue, 28 Mar 2006 09:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760369#M22532</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-03-28T09:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760370#M22533</link>
      <description>Shalom Manoj,&lt;BR /&gt;&lt;BR /&gt;Could this be the user is not authenticating?&lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep openssh&lt;BR /&gt;&lt;BR /&gt;A new version of openssh might help, though it can be a pain to install.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Mar 2006 09:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760370#M22533</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-28T09:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760371#M22534</link>
      <description>Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mar 28 09:18:56 bksrv3 sshd[3411]: Received signal 15; terminating.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    The above message suggests that, someone had opened a "ssh" session from local box to "bksrv3" while suddenly, the server "bksrv3" seemed to have rebooted, before the ssh session got terminated. Hence "bksrv3" seemed to have sent the terminating signal to the local sshd daemon.&lt;BR /&gt;&lt;BR /&gt;    To figure out the root cause, try finding out, what happened to the server "bksrv3" at exactly.. "Mar 28 09:18:56"....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 28 Mar 2006 10:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760371#M22534</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-28T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760372#M22535</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried to kill it and start it in debug mode and without daemon mode ?&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sshd -dddd -D&lt;BR /&gt;&lt;BR /&gt;you can perhaps launch the ssh client on the other host in debug mode too.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ssh -vvvv server_ssh&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 28 Mar 2006 11:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760372#M22535</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-28T11:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: sshd terminated abnormaly.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760373#M22536</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the advices. Since after that hung it never repeated. /var/messages and secure is silent other than what i pasted.&lt;BR /&gt;&lt;BR /&gt;I want to share with you guys, that i turned off audit deamon during reboot after system hung, since one of the server that was the reason for system hung.&lt;BR /&gt;&lt;BR /&gt;Still couldnt find out the reason for the sshd termination.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Tue, 28 Mar 2006 22:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sshd-terminated-abnormaly/m-p/3760373#M22536</guid>
      <dc:creator>Manoj Sivan</dc:creator>
      <dc:date>2006-03-28T22:48:27Z</dc:date>
    </item>
  </channel>
</rss>

