SFTP Limiting Access...
to restrict the SFTP access of an user to a particular directory "within their home directory".
However, I would like to know if there's a way to give access to a user to a particular directory under "my home directory".
For example, I would like to create an SFTP user to look into my particular website only.
Thanks!
2 Replies
I have an user joe. His home directory is /home/joe
With the above guide, joe can access directories under "/home/joe". For example: /home/joe/joes_website
Suppose I want joe to be able to view (and read/write as well) "/home/me/mywebsite1/", how do I do it?