Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a Admin user ,Who a see all other directories #409

Open
resulraveendran opened this issue Apr 23, 2024 · 2 comments
Open

How to create a Admin user ,Who a see all other directories #409

resulraveendran opened this issue Apr 23, 2024 · 2 comments

Comments

@resulraveendran
Copy link

No description provided.

@resulraveendran
Copy link
Author

 Hi

 I created an SFTP container with two users . They are 
 
       bronx:pass:::ingress/
       healtheconn:pass:::ingress_new/
       
 Now  I need an Admin user who can see (Read Write)all directories of the users I created. Is there any option for commands, That can be added in the docker-compose?

@AliquidIgnotum
Copy link

Hi, i have the same problem a few days a go and i solve it using the README.md examples
users.conf file:
admin:admin_pass:1001:100
user:user_pass:1002:100
Command
docker run -v /path/users.conf:/etc/sftp/users.conf:ro -v sftp.volume:/home/admin/ -v sftp.volume/user:/home/user/ -p 2222:22 --name containerName -d atmoz/sftp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants