Date: Wed, 13 Apr 2005 03:05:26 -0700 (PDT) From: Rob <spamrefuse@yahoo.com> To: Stevan Tiefert <stevan.tiefert@freenet.de> Cc: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: Problem with inetd and ssh(d) Message-ID: <20050413100526.37872.qmail@web54007.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Stevan Tiefert wrote: > Hello list, > > I have since days ervery ten minutes on my > workstation xxx.domain.tld an entry in my > /var/log/messages and on the console at the > root-account these messages are appearing: > > Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind: > Address already in use Is sshd running as an independent daemon and also enabled in the /etc/inetd.conf file? That will cause a clash on port 22. If you have sshd_enable="YES" in /etc/rc.conf, then disable it in /etc/inetd.conf; and vice versa. (you should prefer the first option). Rob. __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050413100526.37872.qmail>