On Thu, 2013-11-07 at 21:27 -0500, ben@xxxxxxxxxxx wrote: > they are uploading files using winscp. > I want to completely lock them to /home/user/upload (no other dirs) I did this once, and I did it by giving the users a restricted shell, which was a perl script that checked the arguments to be sure that they were not trying to log in interactively (scp only), and not trying to copy anywhere outside their home tree (done by checking for names beginning with "/" or ".."). I don't know if that would be good enough to block out a high-level adversary, but it worked for me. --Greg -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org