Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2004 09:23:19 -0600
From:      Tyler Gee <geekout@gmail.com>
To:        buebo@buebo.de
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: network question
Message-ID:  <6e01203b04100508235492090f@mail.gmail.com>
In-Reply-To: <200410042313.29422.buebo@buebo.de>
References:  <BAY15-F42beKc4lOv3L00037e13@hotmail.com> <200410042313.29422.buebo@buebo.de>

next in thread | previous in thread | raw e-mail | index | archive | help
But really, really think twice before running telnet.  Most likely you
do not need to which means you want to run ssh as a stand alone
server.  So in your /etc/rc.conf you want:

sshd_enable="YES"
inetd_enable="NO"

Check out the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-servers.html

Also, the sshd config file (I cannot remember where it is right now
and I am not at my box but it should say if you  'man sshd')

-wtgee


On Mon, 4 Oct 2004 23:13:23 +0200, Felix 'buebo' Kakrow <buebo@buebo.de> wrote:
> Hi,
> > How do i configure DHCP?
> AFAIK is no DHCP-Server included in the base system, but there are some ports
> which deal with that.
> I like dnsmasq (wich can do dhcp apart from dns), because it's painless to
> install and configure.
> 
> > and Telnet/SSH server?
> You run telnet and sshd from inetd. Check out man inetd and man sshd/telnetd.
> Apart from that questions@freebsd.org is a great list if you got problems with
> the configuration.
> 
> Cheers
> Felix
> 
> 
>



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