05/09/2010 00:24:14
Sun, 2010-01-24 20:16
Proftpd - How to put users in a chroot jail?
In proftpd (ftp server), the most common configuration requested is to restrict users to their home directories, which can be done simply by adding the following line to your proftpd.conf: DefaultRoot ~ The ~ (tilde) is a Unix-ism that is expanded to the logging-in user's home directory.You can use this configuration directive in:
VirtualHost-
Global - in the main "server config"
Post new comment