Hello Matt,

Matt Juszczak wrote:
Hi all,

I would like to give a user access to my box via some kind of FTP but restrict him to his home directory.

I have seen scponlyc, which supposedly can do this, but can't seem to get it working.

I have also read up on protftpd + ssl, and configuring it to lock users into their home directories.

What would all of you recommend as a viable secure solution to this?

First of all, scp (scponly) is not a FTP service. Nevertheless both options are just fine. Proftpd is able to "jail" users inside their dirs.

Settings required in proftpd.conf:

DefaultRoot ~ [group]

where ~ are their specified homedirs and group is optional (members of that group will be jailed to their homedirs, others will be able to browse everywhere, if group is not used, everybody using proftpd will be jailed).

Martin
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to