Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 1999 10:52:52 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Evren Yurtesen <yurtesen@ispro.net.tr>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: /kernel: proc: table is full 
Message-ID:  <16851.944643172@axl.noc.iafrica.com>
In-Reply-To: Your message of "Tue, 07 Dec 1999 21:15:38 %2B0200." <Pine.BSF.4.21.9912072106330.35988-100000@finland.ispro.net.tr> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 07 Dec 1999 21:15:38 +0200, Evren Yurtesen wrote:

> I do not have ssh daemon in inetd.conf but if I do not set ssh
> in hosts.allow then I am not able to connect to my ssh daemon.
> How come this is possible? Am I missing something?

Usually sshd is run as a daemon at boot time from
/usr/local/etc/rc.d/sshd.sh .

> About inetd. Is it possible that I only upgrade inetd ?

Provided you're prepared to update your entire source tree, inetd itself
can be upgraded without an entire ``make world''.  All you'd need to do
(as root) is:

	cd /usr/src/usr.sbin/inetd
	make clean && make clean
	make
	make install
	make clean

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16851.944643172>