<?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 error in syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892153#M103161</link>
    <description>Hi Aaron,&lt;BR /&gt;&lt;BR /&gt;Do you have a standalone sshd running already by any chance?. That's the only case that I can think of if you are getting "Address already in use" errors.&lt;BR /&gt;&lt;BR /&gt;Or try running it straight from inetd instead through tcp_wrappers. &lt;BR /&gt;&lt;BR /&gt;If your idea is to run sshd with tcp_wrappers, you don't need to put it in inetd.conf. If sshd is compiled with tcp_wrappers option, then a standalone sshd can read hosts.allow and hosts.deny without  any help from tcpd.&lt;BR /&gt;&lt;BR /&gt;And it is recommended to run sshd in standalone mode.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 29 Jan 2003 17:43:48 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-01-29T17:43:48Z</dc:date>
    <item>
      <title>sshd error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892152#M103160</link>
      <description>hello all,&lt;BR /&gt;&lt;BR /&gt;i noticed that the following message is filling up my syslogs and i want to clean it up.&lt;BR /&gt;&lt;BR /&gt;ssh seems to work fine, i have it configured in inetd. this is the line: (launched by tcp wrappers)&lt;BR /&gt;&lt;BR /&gt;ssh     stream  tcp     nowait  root    /usr/lbin/tcpd /opt/ssh/sbin/sshd -i&lt;BR /&gt;&lt;BR /&gt;but i keep getting this message in syslog:&lt;BR /&gt;&lt;BR /&gt;Jan 29 08:47:57 xnnm000 inetd[650]: ssh/tcp: bind: Address already in use&lt;BR /&gt;Jan 29 08:47:57 xnnm000 inetd[650]: ssh/tcp: Service enabled&lt;BR /&gt;Jan 29 08:57:57 xnnm000 inetd[650]: ssh/tcp: bind: Address already in use&lt;BR /&gt;Jan 29 08:57:57 xnnm000 inetd[650]: ssh/tcp: Service enabled&lt;BR /&gt;Jan 29 09:07:57 xnnm000 inetd[650]: ssh/tcp: bind: Address already in use&lt;BR /&gt;Jan 29 09:07:57 xnnm000 inetd[650]: ssh/tcp: Service enabled&lt;BR /&gt;&lt;BR /&gt; any ideas?&lt;BR /&gt;&lt;BR /&gt;thanks in advance...&lt;BR /&gt;&lt;BR /&gt;Aaron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 16:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892152#M103160</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2003-01-29T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: sshd error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892153#M103161</link>
      <description>Hi Aaron,&lt;BR /&gt;&lt;BR /&gt;Do you have a standalone sshd running already by any chance?. That's the only case that I can think of if you are getting "Address already in use" errors.&lt;BR /&gt;&lt;BR /&gt;Or try running it straight from inetd instead through tcp_wrappers. &lt;BR /&gt;&lt;BR /&gt;If your idea is to run sshd with tcp_wrappers, you don't need to put it in inetd.conf. If sshd is compiled with tcp_wrappers option, then a standalone sshd can read hosts.allow and hosts.deny without  any help from tcpd.&lt;BR /&gt;&lt;BR /&gt;And it is recommended to run sshd in standalone mode.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 29 Jan 2003 17:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892153#M103161</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-29T17:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: sshd error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892154#M103162</link>
      <description>thanks for the reply. i thought about the standalone but that is not the case. i think i will try to unwrap sshd and see if it still reads my hosts.* files&lt;BR /&gt;&lt;BR /&gt;why is it recommended to run stand alone rather than inetd?</description>
      <pubDate>Wed, 29 Jan 2003 17:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892154#M103162</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2003-01-29T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: sshd error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892155#M103163</link>
      <description>The reason why people tend not to run through inetd is because everytime sshd is spawned, it has to generate keys which may delay the connection. Below is the excerpt from inetd man page.&lt;BR /&gt;&lt;BR /&gt;//start&lt;BR /&gt;&lt;BR /&gt;                                                                      &lt;BR /&gt; -i   Specifies that sshd is being run from inetd.  sshd is normally  &lt;BR /&gt;      not run from inetd because it needs to generate the server key  &lt;BR /&gt;      before it can respond to the client, and this may take tens of  &lt;BR /&gt;      seconds.  Clients would have to wait too long if the key was    &lt;BR /&gt;      regenerated every time.  However, with small key sizes (e.g.,   &lt;BR /&gt;      512) using sshd from inetd may be feasible.                     &lt;BR /&gt;&lt;BR /&gt;//End&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 29 Jan 2003 17:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892155#M103163</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-29T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: sshd error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892156#M103164</link>
      <description>ok thanks i read that a while ago. i guess i didnt notice the slowness because its a fast machine (n class 4 cpu)&lt;BR /&gt;&lt;BR /&gt;maybe i will change it.&lt;BR /&gt;&lt;BR /&gt;P.S. i tried adding the -q switch to sshd and it still logs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 17:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-error-in-syslog/m-p/2892156#M103164</guid>
      <dc:creator>Aaron Sheard</dc:creator>
      <dc:date>2003-01-29T17:56:57Z</dc:date>
    </item>
  </channel>
</rss>

