How can I make sftp accounts that can only access their home directory?
- by LonnieBest
I'm using Ubuntu Server 9.10.
I need to setup 6 accounts for users that will exclusively need sftp. When the user logs in, I need them to only have access to their home directory. I don't want them to be able to navigate to any other places in the file system. I need their ability to type commands to be limited to only the commands needed to view and transfer files back and forth to their home directory.
Can anyone offer some guidance on setting thing up this way?