Hello again,
this time it's vsFTPD that's giving me hard time. I'm basically trying
to set up a small home FTP server with anonymous access for uploads + rw
access by a local user 'backup'. What I've done is I have chown root:ftp
/home/ftp, mod 755, and chown backup:ftp /home/backup (mod 700). User
backup belongs to group ftp, no shell access (but has a password
defined), -d /home/ftp/backup. In my vsftpd.conf:
# Configure anonymous access
anonymous_enable=YES
anon_upload_enable=YES
# For backup user
local_enable=YES
chroot_local_user=YES
write_enable=YES
userlist_enable=YES
userlist_file=/etc/vsftpd.user_list
userlist_deny=NO
In user_list:
backup
anonymous
But no matter what I do, I always get 530 Login incorrect. It's not
user_list-related problem, as it does ask for password. Password is
definitely correct. And I remembered to restart vsftpd :-) Funnily
enough, googling for this returned quite a few threads - but on none the
problem got solved. So - anyone got local logins working..? Any help
much appreciated, as always.
--
David Ciecierski
Want control, education, and security from your operating system?
Hardened Linux From Scratch
http://www.linuxfromscratch.org/hlfs
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page