I need to provide user access to Ubuntu 14.04 Server, only limited to certain folder. To enjoy the ssh security and not to open up new service and ports (ie, ftp), I'd like to stick with sftp. However, just creating a user and enabling ssh access is too generous - the user then can log on via ssh and see whatever there is that is viewable by everybody.
I need the user to find themselves in a specific directory after login, and, according to their privileges, read/write files, as well as create folders where permitted. No access to any file or directory above the user's "root" folder.
What would be the suggested method to achieve this? Is there some very restricted shell type for this? I tried with
$ usermod -s /bin/false <username>
But that does not let the user to cd into subfolders of their base folder.
..
too many times (or absolute, but then they need to start from the root of the chroot, so they'll be invalid outside the chroot). – Gilles 'SO- stop being evil' Sep 23 '14 at 15:48