Hi
I have installed Apache successfully on ubuntu 16.04 and configured for multiple domain. It works fine. Now I want to give one user to upload via sftp for 2 domains. Restrict that user from accessing rest of the domains.
Example folder structure /var/www/a.com /var/www/b.com /var/www/c.com /var/www/d.com /var/www/e.com
Planning to give permission for b.com, c.com domains to one user.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
This comment has been deleted
You can chroot jail the user to their home folder, ie /home/bob, and put public_html folder in their home folder. This prevents them from seeing anything else on the system.
Wayne Sallee Wayne@WayneSallee.com