Peter A. Giessel wrote:
On 2007/02/26 10:07, Giorgos Keramidas seems to have typed:
On 2007-02-26 10:30, Noah <[EMAIL PROTECTED]> wrote:
sshd_enable="YES"
sshd_program="/usr/local/sbin/sshd"

[snip]

inetd_enable="YES"

[snip]

I see you have switched the `rc.conf' path of sshd to point to the
version of sshd in `/usr/local/sbin'.  Make sure that you don't have
*both* this setting *and* an executable script in /usr/local/etc/rc.d :-)

You might also want to check that you don't have it enabled in both
inetd.conf and in rc.conf.  If inetd is trying to start it and rc.conf
is trying to start it as well, that would explain your errors.


its commented out

# grep ssh /etc/inetd.conf
#ssh    stream  tcp     nowait  root    /usr/sbin/sshd          sshd -i -4
#ssh    stream  tcp6    nowait  root    /usr/sbin/sshd          sshd -i -6


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to