From: Markham Date: Mon, 30 May 2022 07:37:04 +0000 (+0200) Subject: fix vsftpd-new.conf X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=ad40c66479b23d4e9c7f6b46c2027559654889c1;p=bs-cst-neutrino-hd.git fix vsftpd-new.conf --- diff --git a/archive-patches/vsftpd-new.conf b/archive-patches/vsftpd-new.conf index df57ea3..ddd53c4 100644 --- a/archive-patches/vsftpd-new.conf +++ b/archive-patches/vsftpd-new.conf @@ -1,18 +1,14 @@ -anonymous_enable=NO -check_shell=NO -connect_from_port_20=YES -dirmessage_enable=YES +# config file /etc/vsftpd.conf +listen=NO hide_ids=YES +anonymous_enable=NO local_enable=YES -local_root=/ -use_localtime=YES -ls_recurse_enable=YES write_enable=YES -xferlog_enable=NO +chroot_local_user=NO local_umask=022 +dirmessage_enable=YES +xferlog_enable=NO +connect_from_port_20=YES secure_chroot_dir=/share/empty -vsftpd_log_file=/dev/null -ftpd_banner="Enjoy the flavour" -listen=YES -background=YES -seccomp_sandbox=NO +use_localtime=YES +ftpd_banner="Enjoy the Keywelt flavour"