I'm setting up an SFTP server that several different clients will use.
My main issue is that it's absolutely crucial that employees of one client DO NOT see even the directory names of other clients' directories.
Right now user janedoe
gets chroot access to /sftp/janedoe/home
. They cannot access outside directories.
I need janedoe
to be able to access /sftp/projects/Walmart-ProjectABC
and I cannot have janedoe
see directory /sftp/projects/Kmart-ProjectXYZ
. janedoe
will have several colleagues that need to access the same directory, so I cannot just stick that project directory in their home directory.