Pastebin
Paste #1077: /etc/vsftpd.conf
< previous paste - next paste>
Pasted by tdn
anonymous_enable=NO local_enable=YES chroot_local_user=YES guest_enable=YES guest_username=vsftp-virtual listen=YES listen_port=10021 pasv_min_port=30000 pasv_max_port=30999 # Permit directory/file creation. anon_mkdir_write_enable=YES anon_upload_enable=YES anon_other_write_enable=YES write_enable=YES anon_umask=002 chown_username=ftp chown_uploads=YES # You may fully customise the login banner string: ftpd_banner=Welcome to ftp.adora.dk. # Enable logging vsftpd_log_file=/var/log/vsftpd.log xferlog_enable=YES # It is recommended that you define on your system a unique user which the # ftp server can use as a totally isolated and unprivileged user. nopriv_user=vsftp-nobody # Debian customization # # Some of vsftpd's settings don't fit the Debian filesystem layout by # default. These settings are more Debian-friendly. # # This option should be the name of a directory which is empty. Also, the # directory should not be writable by the ftp user. This directory is used # as a secure chroot() jail at times vsftpd does not require filesystem # access. secure_chroot_dir=/var/run/vsftpd # # This string is the name of the PAM service vsftpd will use. #pam_service_name=vsftpd pam_service_name=ftp # # This option specifies the location of the RSA certificate to use for SSL # encrypted connections. rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem # This option specifies the location of the RSA key to use for SSL # encrypted connections. rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
New Paste
Go to most recent paste.