Re: [sentinix-list] How can I enable telnet and FTP
Michel Blomgren <[email protected]> Tue, 9 Mar 2004 15:34:10 +0100
| Newsgroups | gmane.linux.sentinix |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 09 March 2004 14:32, Thomas Gross wrote: > Hi, > > I'm running the server in a DMZ and I need Telnet and FTP for the firewall > authentication process to connect to the server. ? Don't use telnet login, it's insecure! *especially* in a DMZ!!! You shouldn't use ftp either, it's also insecure! ;) > > Is it enough to enable telnet and ftp in the inetd.conf file and how can I > "hup" this daemon ? How to reload inetd? killall -HUP inetd The ftp daemon in Sentinix is pure-ftpd, you'll have to start it at the command line, or use "setup" and choose to load the FTP service (sh /etc/rc.d/rc.ftpd start). > > Thanks for this great Linux distribution :) You're welcome! Best regards, Michel