Tagged Questions
1
vote
2answers
252 views
vsftpd and home directories of chrooted local users
NOTE: Users are chrooted and their local_root is set to /srv/ftp.
Why vsftpd forces local chrooted users to have home directory? It will refuse to work if there is not any. And I've found the ...
0
votes
2answers
139 views
vsftpd whitelisting
How do you whitelist IPs for the service to allow only certain subnets on? Do I use IPTables or is there an easier way like IPWrappers Do you have to register the service for it to work with ...
0
votes
2answers
113 views
way to restrict FTPS ports on both sides of connection?
Is there a way to restrict FTPS ports on both the server & client side of the connection?
I've already read this answer and I have vsftpd set to restrict passive port usage to a narrow range on ...
0
votes
1answer
358 views
Setting vsftpd to allow me uploading to /var/www, got 500 OOPS: cannot change directory:/root
I'm using an Amazon EC2 istance as developer and testing machine. Since i'm on windows i can't mount the virtual EBS volume for editing purposes. Too bad.
For this reason i've installed and ...
2
votes
3answers
10k views
How to configure vsftpd to allow root logins?
I'm on SLES 10.1, and trying to configure vsftpd to allow root logins. Does anyone know how to do this?
So far, I have this:
local_enable=YES
chroot_local_user=NO
userlist_enable=YES
...