Re: FTP & TELNET


Subject: Re: FTP & TELNET
From: Iain Stevenson (iain@IainStevenson.com)
Date: Tue Jul 31 2001 - 15:15:28 MDT


Well, I guess everyone would say - don't use telnet 'cos it's not secure!
You can use openssh and that is configured outside xinetd. The config for
ftp under xinetd looks like this:

service ftp
{
        flags = REUSE NAMEINARGS
        socket_type = stream
        protocol = tcp
        wait = no
        user = root
        server = /usr/sbin/tcpd
        server_args = in.proftpd
        only_from = 192.168.1.0/24, 127.0.0.1
}

HTH

  Iain

on 31/7/01 9:52 pm, Pete Peters at ppeters914@home.com wrote:

> If you mean the services, I think, by design, the default is they're
> disabled. I think you need to uncomment them in .inetd (somebody correct
> me immediately if I'm wrong!)
>
> Pete
> ----------------------------------------------
> Pete Peters <ppeters914@home.com>
> Seattle, Washington, USA
> ----------------------------------------------
> -----Original Message-----
> From: Jeremy Parsons [mailto:jparsons@buckeye-express.com]
> Sent: Tuesday, July 31, 2001 1:12 PM
> To: yellowdog-general@lists.yellowdoglinux.com
> Subject: FTP & TELNET
>
>
> How do I get ftpd and telnetd running on YDL 2.0? on other UNIX's i
> just run /etc/ftpd or /etc/telnetd. I apologize but its been a while
> since i've used linux.
>
> Thanks,
> Jeremy



This archive was generated by hypermail 2a24 : Tue Jul 31 2001 - 14:38:18 MDT