[Tfug] ftpd's for RH7.3
A.Chris Hilton
tfug@tfug.org
Sun Sep 15 23:33:01 2002
On Sun, 15 Sep 2002 22:58:19 -0700
steveb7@bblabs.net wrote:
> I want to setup an ftpd on my RH7.3 machine to exchange files with
> some friends and between home and work. Would wuftpd allow me to give
> each person a unique username and password, or would I need a
> different program? The ftp server will be sitting behind my OBSD
> firewall.
>
> Steve
Steve-
I'd use sshd for this. It has an sftp server built right in. And
clients are readily available for just about any platform. Even better
thouhgh is scponly: http://www.sublimation.org/scponly/ which adds to
the security of ssh by not requiring that users have real
shells/accounts on your machine. It works pretty well with any ftp
client that can do scp (gFtp, ssh's (comercial) windows client (the ftp
part), others I can't think of right now).
-C-