My company has a web designer that's going to upload files to /var/www/html and edit them. I created an account and will give them ssh access.
I added them to the apache group, but they can't access /var/www/html. Currently this is the set up of /var/www/html:
drwxr--r-- 5 apache apache 4096 11月 4 17:56 html
What would give them access to this directory but keep Apache limited? I can change it with chmod 664 apache:apache -R but what other suggestions do you have?