Re: What is the meaning of following message



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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@xxxxxxxxxxx"


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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"