I followed these instructions and it seemed to work for the most part except
that I can still cd into the lib directory. My intent was to make it so that
any anonymous user automatically gets put into the pub directory and not be
able to goutside of that directory.

Richard

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Tapang, Roderick Eugenio (GXS)
Sent: Thursday, February 27, 2003 5:26 PM
To: [EMAIL PROTECTED]
Subject: RE: VSFTPD

in /etc/vsftpd.conf, u need to have these lines:

chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list

the file /etc/vsftpd.chroot_list should have the usernames you want to jail
to their home directory. for anonymouse ftp - it should have the following:

nobody
ftp

this will restrict to /pub.

hth

-----Original Message-----
From: Richard Humphrey [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 6:08 PM
To: [EMAIL PROTECTED]
Subject: VSFTPD


I have vsftpd running on RedHat 8 and I was wondering if there is a way to
make it so that anonymous users only have access to the pub directory.
Currently they can see pub, bin, etc, lost + found, and lib. My boss wants
all anonymous users to go straight into the pub directory without seeing the
other directories. I checked the conf files and saw nothing that would allow
this. Any suggestions would be appreciated.


Richard



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to