ftp:chroot_users_in_vsftpd
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ftp:chroot_users_in_vsftpd [2016/09/28 10:42] – created peter | ftp:chroot_users_in_vsftpd [2019/11/29 14:02] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== FTP - Chroot users in VsFtpd ====== | ||
- | |||
- | To jail / chroot users (not the VSFTPD service), there are three choices. Search for **" | ||
- | |||
- | ===== 1. All users are jailed by default: ===== | ||
- | |||
- | <code bash> | ||
- | chroot_local_user=YES | ||
- | chroot_list_enable=NO | ||
- | </ | ||
- | |||
- | |||
- | ===== 2. Just some users are jailed: ===== | ||
- | |||
- | <code bash> | ||
- | chroot_local_user=NO | ||
- | chroot_list_enable=YES | ||
- | </ | ||
- | |||
- | Create the file **/ | ||
- | |||
- | |||
- | ===== 3. Just some users are " | ||
- | |||
- | <code bash> | ||
- | chroot_local_user=YES | ||
- | chroot_list_enable=YES | ||
- | </ | ||
- | |||
- | Create the file **/ | ||
ftp/chroot_users_in_vsftpd.1475059353.txt.gz · Last modified: 2020/07/15 09:30 (external edit)