vsftpd very very secure, so secure i can't use it...
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
vsftpd very very secure, so secure i can't use it...
I've been trying to set up vsftpd all day, and I'm calling out for help because the more i've done the worse it's been getting !
it started out fine, I tried to change the configuration so that I could chroot a user to a directory, and now vsftpd won't even run, I get "you must enable xinetd to use this service"
xinetd is running fine, and I believe all the rest of the configuration is as it should,
so i'm at my wit's end,
i've looked at the relevant posts here but i don't think i missed anything
this isn't at all what I want, but i read so many posts around here saying that changes made problems that i just loaded a plain one.
what i really want is a plain one with comments without anonymous and with chroot.
i'm running vsftpd from xinetd (or not, actually with the error i get, but at least i'd like to)
#
# Allow anonymous FTP?
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format
xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
idle_session_timeout=600
# Keep local users in their home dirs
chroot_local_user=yes
pam_service_name=vsftpd
#enable for standalone mode
#listen=YES
#tcp_wrappers=YES
I tend to use standalone mode but I think for xinetd the config file must be in /etc/
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.