Well you definitely don't want to run chown because forge needs to be the owner. You can however add bob to the group and give him adequate privileges. If you change owner to bob, you will have to change everything to bob or you will get many errors.
Granting access to forge site folder to additional sFTP user
I followed this guide to create a new sFTP user with password login:
https://murze.be/let-your-clients-use-sftp-on-a-forge-provisioned-server
I'm just wondering how would I go about giving my new user 'bob' full sFTP access to a forge site folder, for example '/home/forge/mysite/' without affecting the default forge user.
I tried chrooting bob to the folder: sudo chown root:bob /home/forge/site1/
This didn't work and it's probably not a good idea either. Error message: "Network error: Software caused connection abort"
So I reverted bob to his own home folder sudo chown root:bob /home/bob/
So how would I go about giving bob full ftp access to the '/home/forge/site1/'?
Thank you.
Please or to participate in this conversation.