Results 1 to 2 of 2
I have a FTP server set up using VSFTP. Users can log in and it takes them to there home directory but for some reson they have access to the ...
- 07-29-2009 #1Just Joined!
- Join Date
- May 2007
- Posts
- 16
Users In VSFTP
I have a FTP server set up using VSFTP. Users can log in and it takes them to there home directory but for some reson they have access to the system directories as well. They can't view other home dirctory but they can view the system directory's. How can I keep them locked in there home dir. Thanks
- 07-29-2009 #2Just Joined!
- Join Date
- May 2007
- Posts
- 16
I fugured it out, Just needed to create a text file called chroot_list, place the names of my FTP users and change the line in the config file to chroot_list_enable=yes and have the second line in the CFG to read chroot_list_file=/etc/vsftpd/chroot_list
Works like a charm


Reply With Quote