network question

Tyler Gee geekout at gmail.com
Tue Oct 5 08:23:21 PDT 2004


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 at 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 at freebsd.org is a great list if you got problems with
> the configuration.
> 
> Cheers
> Felix
> 
> 
>


More information about the freebsd-newbies mailing list