How to Create a SFTP User in Lightsail Wordpress for Web Designer Access

0

I want to create an SFTP account for my web designer to make modifications in my Wordpress directory.

Directory: /opt/bitnami/apps/wordpress/htdocs

How can I do that?

I have followed the instructions here, but the new SFTP user is not able to access my Wordpress folder via SFTP. I can access the WP folder using my bitnami user account and PEM file just fine.

But I do not have want to give such high level access to my web design agency.

Thanks in advance!

asked a year ago215 views
1 Answer
0

Hi, You can use the following command to create a new user with limited permissions: sudo adduser to get more info on this command: sudo adduser --help

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions