Skip to content

Instantly share code, notes, and snippets.

@jovib
Created October 18, 2013 15:05
Show Gist options
  • Select an option

  • Save jovib/7042933 to your computer and use it in GitHub Desktop.

Select an option

Save jovib/7042933 to your computer and use it in GitHub Desktop.
Simple configuration for vsftpd
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment