I read documentation on the internet on how to create a new user with SSH access. I figured it out and to create a user is quite simple.
The next step I want to take is to jail this ssh server to the /home/ directory on my machine. It needs the permission to write/create folder/files in directories of other users (CMS system).
How can I implement this?