Hello, I’m wondering if anyone knows how I can add a SFTP user to my droplet without affecting root sftp
Goal: Add user(s) to sftp with restricted dir Access (only /home/users files) Not affect root’s sftp access (Root can still connect with full system access)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @DawsonSampson,
All you need to do is create a user, when creating the user add a hope directory and then change permissions of that directory to those of the users.
The whole process can be seen in the following tutorial:
https://www.digitalocean.com/community/tutorials/how-to-enable-sftp-without-shell-access-on-ubuntu-20-04#step-1-creating-a-new-user