Re: How safe are FTP servers?
- From: Sylvain Robitaille <syl@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 17 May 2007 19:34:27 +0000 (UTC)
Keith Keller wrote:
... Historically wu-ftpd has not been very secure, but I have not used
it or read anything about it in some time.
For what it's worth, wu-ftpd mostly got a bad rap because it was
non-trivial to configure properly. Very flexible in terms of what you
could setup with it, but that lead to complexity. That's not to say
there weren't security vulnerabilities with older versions, but the
biggest cause of trouble with it was poor configuration.
I've been using that FTP server for years, and was even contributing to
its development at one point, in the form of patches that (hopefully)
helped make it easier to configure in only the features that were needed
for a specific installation.
To the OP, if you're only *sending* files to your clients, as someone
else has suggested, a password-protected HTTP/SSL server would be a
better idea. If you find that you either *must* use an FTP server, or
decide that you would prefer to, whichever one you use, be very certain
of its configuration, and of where your clients are intended to access
the service from (TCP_Wrapper is your friend). Review periodically and
keep up to date with any bug-fixes.
The FTP server is only as secure as its weakest link, and your original
instinct was right: your users are sending re-usable passwords in
plain-text. Whether these passwords are likely to be intercepted at any
point along the way depends largely on the security of the client system
and the network it's on, the server and the network it's on, and all
points in between. End-to-end encryption between the client and server
(as with https, or SSH which you already prefer) is a much better idea.
FTP is often still suitable for anonymous access to download files, or
on well protected networks where the path between each end-point is well
known and trustworthy, but as with any service that uses plain-text
authentication (telnet, POP/IMAP, and others), accessing an FTP service
over public networks is not advisable.
--
----------------------------------------------------------------------
Sylvain Robitaille syl@xxxxxxxxxxxxxxxxxx
Systems and Network analyst Concordia University
Instructional & Information Technology Montreal, Quebec, Canada
----------------------------------------------------------------------
.
- Follow-Ups:
- Re: How safe are FTP servers?
- From: Nico
- Re: How safe are FTP servers?
- References:
- How safe are FTP servers?
- From: General Schvantzkoph
- Re: How safe are FTP servers?
- From: Keith Keller
- How safe are FTP servers?
- Prev by Date: Re: How safe are FTP servers?
- Next by Date: Re: How safe are FTP servers?
- Previous by thread: Re: How safe are FTP servers?
- Next by thread: Re: How safe are FTP servers?
- Index(es):
Relevant Pages
|