Skip to content

Instantly share code, notes, and snippets.

@leveled
Created October 19, 2016 00:49
Show Gist options
  • Save leveled/2c10cac7b2dc19bf2cdee5140e8c748f to your computer and use it in GitHub Desktop.
Save leveled/2c10cac7b2dc19bf2cdee5140e8c748f to your computer and use it in GitHub Desktop.
## Chroot certain users
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
## Only allow certain users
userlist_enable=YES
userlist_file=/etc/vsftpd.userlist
userlist_deny=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment