Created
March 5, 2019 18:36
-
-
Save bbg/0324286a5feee02a6dfc2124402afb72 to your computer and use it in GitHub Desktop.
vsftpd.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listen=NO | |
listen_ipv6=YES | |
anonymous_enable=NO | |
local_enable=YES | |
write_enable=YES | |
local_umask=022 | |
dirmessage_enable=YES | |
use_localtime=YES | |
xferlog_enable=YES | |
connect_from_port_20=YES | |
chroot_local_user=YES | |
secure_chroot_dir=/var/run/vsftpd/empty | |
pam_service_name=vsftpd | |
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem | |
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key | |
ssl_enable=NO | |
pasv_enable=Yes | |
pasv_min_port=10000 | |
pasv_max_port=10100 | |
allow_writeable_chroot=YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment