I added an user to pure-ftpd with adduser -h /blah user, using busybox.

Unfortunately, he is able to go up in the tree and see the root folder.

How can I disallow this ?

link|improve this question
Thank you for the answers :) – user39610 Apr 5 '10 at 11:10
feedback

2 Answers

up vote 0 down vote accepted

Edit the file /etc/pure-ftpd/conf/ChrootEveryone

Enter the following in this file :

yes

Restart pure-ftpd

link|improve this answer
feedback

You can start pure-ftpd with the -A options to chroot all users within their home directories. See the FAQ.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown