ubuntu:ftp:chroot_users_in_vsftpd
Differences
This shows you the differences between two versions of the page.
ubuntu:ftp:chroot_users_in_vsftpd [2019/11/29 14:03] – created peter | ubuntu:ftp:chroot_users_in_vsftpd [2019/11/29 14:46] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - FTP - VSFTP - 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 **/ | ||
ubuntu/ftp/chroot_users_in_vsftpd.1575036222.txt.gz · Last modified: 2020/07/15 09:30 (external edit)