ftp:chroot_users_in_vsftpd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ftp:chroot_users_in_vsftpd [2016/09/28 10:44] – 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> | ||
- | vi / | ||
- | </ | ||
- | |||
- | and modify as: | ||
- | |||
- | <code bash> | ||
- | chroot_local_user=YES | ||
- | chroot_list_enable=NO | ||
- | </ | ||
- | |||
- | |||
- | ===== 2. Just some users are jailed: ===== | ||
- | |||
- | <code bash> | ||
- | vi / | ||
- | </ | ||
- | |||
- | and modify as: | ||
- | |||
- | <code bash> | ||
- | chroot_local_user=NO | ||
- | chroot_list_enable=YES | ||
- | </ | ||
- | |||
- | Create the file **/ | ||
- | |||
- | |||
- | ===== 3. Just some users are " | ||
- | |||
- | <code bash> | ||
- | vi / | ||
- | </ | ||
- | |||
- | and modify as: | ||
- | |||
- | <code bash> | ||
- | chroot_local_user=YES | ||
- | chroot_list_enable=YES | ||
- | </ | ||
- | |||
- | Create the file **/ | ||
ftp/chroot_users_in_vsftpd.1475059461.txt.gz · Last modified: 2020/07/15 09:30 (external edit)