[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] Secure FTP



On Wed, 2003-04-02 at 19:27, FENiL PATEL wrote:
> Can anyone recommend me a good way to secure FTP on RAQ4? 

> I am looking for data tunnel & authentication encryption without a use
> of third party software on client side.

This can hardly be accomplished without third party software on the
client side.  They will need to either install secure clone of FTP or
tunelling/VPN client.

But you can make them upload files over HTTPS.  Which is probably the
easiest way.  Alternatives are: install VPN server on your RaQ and let
people establish VPN before file transferring, use some "secure FTP"
(*), or use scp (part of ssh).

(*) http://www.cs.berkeley.edu/~smcpeak/SafeTP/
    http://www.glub.com/products/secureftp/

Eugene