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:
parent
4346bac9a7
commit
fefc8cbba7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue