-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 26 Mar 2003 12:41:43 -0500, Douglas, Stuart wrote:

> I'm taking my first swing at setting up an anonymous ftp server
using vsftpd.  Am controlling access at an IP level via my firewall,
so the ftp server doesn't have to be secured itself (probably should
but we'll worry about that later).  I'm allowing anonymous uploads
and directory creation.  I want to make the default ftp folder
/home/ftp.  So far I've edited the vsftpd.conf file to allow
anonymous, anonymous uploads, anonymous directory creation, changed
the home directory of the ftp user in /etc/passwd to /home/ftp,
changed the ownership of /home/ftp to the ftp user, and did a chmod
733 on /home/ftp.  When I try and connect to the ftp server via ftp,
I get the message:
>>>

Could you please wrap your lines around 70-72 characters?

> 500 OOPS: vsftpd: refusing to run with write able anonymous root
> logon failure, so quitting
>
> I know I'm missing something really stupid here but can't think of it.

/home/ftp is group-and-world-writable due to your chmod 733.
Only directories below /home/ftp should be writable.

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+ggSP0iMVcrivHFQRAhQVAJsFOw2/zRsojJq6uL5EOAZzd2l9OgCgiHHT
5UkQR8IwkyB1LxJ0BiyxLSs=
=/qfF
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to