From ad40c66479b23d4e9c7f6b46c2027559654889c1 Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 30 May 2022 09:37:04 +0200 Subject: [PATCH] fix vsftpd-new.conf --- archive-patches/vsftpd-new.conf | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) 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" -- 2.39.5