I need a simple and easy way to jail users in their home directories. I am looking tools like jailkit and MySecureShell.

Or:

A simple configuration to jailing users (with good documentation, or some good web links).

I want to give users (ssh + sftp). 2 services to jailed users. The jailed user must not see and/or manipulate the file system besides his/her home directory.

link|improve this question
2  
You have to understand that to achieve even most basic functionality, the user needs access to bash and various libraries files. You should instead put the user in a user group and assign the appropriate access permissions to the directories you don't want the user to see. – billc.cn Jan 7 at 22:29
feedback

closed as not a real question by kobaltz, Nifle, random Jan 14 at 4:46

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.