uncommented and added the following lines to vsftpd.conf, to setup standard security:\nchroot_local_user=YES\nallow_writeable_chroot=YES

This commit is contained in:
trueosiris 2021-03-17 14:38:53 +00:00
parent 4346bac9a7
commit fefc8cbba7

View file

@ -68,6 +68,10 @@ ftpd_banner=Welcome Alpine ftp server https://hub.docker.com/r/delfer/alpine-ftp
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
# the user does not have write access to the top level directory within the
# chroot)
#
# a combination of chroot_local_user=YES and allow_writeable_chroot=YES will
# setup default security, so users cannot escape their home directory
#
chroot_local_user=YES
allow_writeable_chroot=YES
#chroot_list_enable=YES