<?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: OPEN SSH syslog messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653074#M240733</link>
    <description>could it be that sshd is already running and someone tried to start up another instance? or you've got another app using that port.&lt;BR /&gt;&lt;BR /&gt;telnet 127.0.0.1 1575&lt;BR /&gt;&lt;BR /&gt;if it's OpenSSH listening on that port, you'll see the ver string returned.&lt;BR /&gt;&lt;BR /&gt;Otherwise get lsof and see what's listening on that port if you're not sure.&lt;BR /&gt;&lt;BR /&gt;lsof -i :1575&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;-denver&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Oct 2005 14:06:46 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2005-10-19T14:06:46Z</dc:date>
    <item>
      <title>OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653070#M240729</link>
      <description>I am running open ssh 4.1p1 under HP-UX 11.11. I configured it with port # 1575.Now I anm getting these messages in syslog.log over and over:&lt;BR /&gt;&lt;BR /&gt;Oct 19 13:46:41 hsgccu03 sshd[7928]: fatal: Cannot bind any address.&lt;BR /&gt;Oct 19 13:46:41 hsgccu03 sshd[7930]: error: Bind to port 1575 on 0.0.0.0 failed: Address already in use.&lt;BR /&gt;Oct 19 13:46:41 hsgccu03 sshd[7930]: fatal: Cannot bind any address.&lt;BR /&gt;-----------------&lt;BR /&gt;&lt;BR /&gt;This is a test server and there are no users logged in or trying to telnet using that port.&lt;BR /&gt;&lt;BR /&gt;Any idea what these messages are telling me or how to stop them from reoccuring ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 19 Oct 2005 12:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653070#M240729</guid>
      <dc:creator>Rakesh Kapoor</dc:creator>
      <dc:date>2005-10-19T12:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653071#M240730</link>
      <description>Open the file /etc/sshd_config&lt;BR /&gt;and comment out ListenAddress 0.0.0.0 line.&lt;BR /&gt;Then restart the sshd using&lt;BR /&gt;#/sbin/init.d/secsh stop&lt;BR /&gt;#/sbin/init.d/secsh start&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 13:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653071#M240730</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-10-19T13:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653072#M240731</link>
      <description>Thanks dor the reply. But that line was already commented out. Here are the entries in the config file:&lt;BR /&gt;&lt;BR /&gt;# default value.&lt;BR /&gt;Port 1575&lt;BR /&gt;#Protocol 2,1&lt;BR /&gt;#AddressFamily any&lt;BR /&gt;#ListenAddress 0.0.0.0&lt;BR /&gt;#ListenAddress ::&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;What now?</description>
      <pubDate>Wed, 19 Oct 2005 13:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653072#M240731</guid>
      <dc:creator>Rakesh Kapoor</dc:creator>
      <dc:date>2005-10-19T13:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653073#M240732</link>
      <description>It meens that souch port is in use, &lt;BR /&gt;to make sure try:&lt;BR /&gt;&lt;BR /&gt;netstat -na | grep 1575&lt;BR /&gt;and&lt;BR /&gt;grep 1575 /etc/services &lt;BR /&gt;&lt;BR /&gt;you can use comand lsof to find who is &lt;BR /&gt;using this port.&lt;BR /&gt;&lt;BR /&gt;Try to find who is using this port and close&lt;BR /&gt;this program or use some other port.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653073#M240732</guid>
      <dc:creator>vytasgadliauskas</dc:creator>
      <dc:date>2005-10-19T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653074#M240733</link>
      <description>could it be that sshd is already running and someone tried to start up another instance? or you've got another app using that port.&lt;BR /&gt;&lt;BR /&gt;telnet 127.0.0.1 1575&lt;BR /&gt;&lt;BR /&gt;if it's OpenSSH listening on that port, you'll see the ver string returned.&lt;BR /&gt;&lt;BR /&gt;Otherwise get lsof and see what's listening on that port if you're not sure.&lt;BR /&gt;&lt;BR /&gt;lsof -i :1575&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;-denver&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653074#M240733</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-10-19T14:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653075#M240734</link>
      <description>Thanks guys.&lt;BR /&gt;Here is output from all the recommended commands:&lt;BR /&gt;&lt;BR /&gt;netstat -na |grep 1575&lt;BR /&gt;results in:&lt;BR /&gt;tcp        0      0  *.1575                 *.*                     LISTEN&lt;BR /&gt;showing me it's in use.&lt;BR /&gt;There is no entry in /etc/services for 1575&lt;BR /&gt;&lt;BR /&gt;_________________________-&lt;BR /&gt;&lt;BR /&gt;telnet 127.0.0.1 1575 hung up trying to connect to 1575:&lt;BR /&gt;&lt;BR /&gt;Trying...Connected to 127.0.0.1.&lt;BR /&gt;Escape character is '^]&lt;BR /&gt;SSH-1.99-OpenSSH_4.1&lt;BR /&gt;&lt;BR /&gt;lsof -i:1575 caused a memory dump:&lt;BR /&gt;# lsof -i:1575&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;&lt;BR /&gt;______________________________&lt;BR /&gt;&lt;BR /&gt;I am going to change port # and test it again.&lt;BR /&gt;I will post the results as soon as I am done,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653075#M240734</guid>
      <dc:creator>Rakesh Kapoor</dc:creator>
      <dc:date>2005-10-19T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653076#M240735</link>
      <description>your telnet to port 1575 shows sshd is listening on that port. If you have sshd already up and running and try to start it up a 2nd time with the same config, it will fail with the "address already in use" message you saw in your syslog.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Thu, 20 Oct 2005 05:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653076#M240735</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-10-20T05:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653077#M240736</link>
      <description>Thanks to both of you for great tips. I was able to troubleshoot and fix the problem.&lt;BR /&gt;I took the following action to fix it:&lt;BR /&gt;&lt;BR /&gt;I found port# 1575 being used by some other unix server, so changed the port #&lt;BR /&gt;Made an entry to /etc/services pointing sshd to the new port (tcp):&lt;BR /&gt;sshd        1585/tcp   # Opensshd daemon &lt;BR /&gt;Forced the sshd to read the updated configuration file:&lt;BR /&gt;sshd -f /usr/etc/sshd_config&lt;BR /&gt;Restarted the sshd&lt;BR /&gt;&lt;BR /&gt;sshd is now  accepting connections for the new port.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 08:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653077#M240736</guid>
      <dc:creator>Rakesh Kapoor</dc:creator>
      <dc:date>2005-10-20T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653078#M240737</link>
      <description>Hi Rakesh,&lt;BR /&gt;&lt;BR /&gt;Try to assign points to all who ever helped you in ITRC, &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 20 Oct 2005 08:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653078#M240737</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-20T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653079#M240738</link>
      <description>I would like to but any time I click on points, it just brings me back the same page and no option for points selection? where did the point selection go &amp;gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 20 Oct 2005 09:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653079#M240738</guid>
      <dc:creator>Rakesh Kapoor</dc:creator>
      <dc:date>2005-10-20T09:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653080#M240739</link>
      <description>Which browser you are using ? You can post this issue to &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962105" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962105&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 20 Oct 2005 09:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653080#M240739</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-20T09:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN SSH syslog messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653081#M240740</link>
      <description>Hi Rak,&lt;BR /&gt;&lt;BR /&gt;I'm having a similar problem... how do 'u find the other server that was attached to that port? Where can i get isof?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2006 13:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-ssh-syslog-messages/m-p/3653081#M240740</guid>
      <dc:creator>Gamaliel</dc:creator>
      <dc:date>2006-02-24T13:19:31Z</dc:date>
    </item>
  </channel>
</rss>

