Hi everyone,
I’d like to set up an SFTP connection and have taken the following steps so far:
- Enabled SSH in the web configuration.
- Created a user.
- Added the user to the
_ssh
group.
The issue: When accessing via SFTP, the user ends up in the root directory instead of their designated data directory.
My question: How can I configure SFTP so the user only has access to the shared directory and starts directly there?
Thanks in advance for your help!