> I am getting the following message:
>
> inetd[624]: ssh/tcp: bind: Address already use
>
> Anyone could tell me what is the meaning of this message?
>
> Thanks,
>
> Jeffrey
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

Jeffrey,

It usually means that you have sshd set to run from /etc/rc.conf and from
inetd. Either comment out the line in /etc/rc.conf sshd="YES" or if you
don't need inted comment that out.

Hope this helps

Rob

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

Reply via email to