add user sftp access to directory
I have several users that I want them to be able to read and write the same directory with sftp.
I follow the linode tutorial
And I changed the directory to a new group and I put all users in that group.
Now those users when login with sftp they arrive in that directory and can read everything inside that directory.
But they can't write or upload files…
So I chmod the directory with g+w, so that the group have permissions to write.
The problem is that when I chmod the directory with g+w, the users can't login… When they enter the password the connection is closed…
Any help on this?
Thank you!