sftp
sftp copied to clipboard
Re-reading users.conf
After adding one user to the users.conf file the server creates the user within the container. After changing the users.conf with adding a new user and restarting the container, it doesn't read the new configuration. if the configuration file name changes it picks up the all users again.
I think I'm having the same issue.
Looks like this might be a feature not a bug, looking at: https://github.com/atmoz/sftp/blob/master/files/entrypoint , line 32
# Create users only on first run
Not sure why that would be.
Probably because of https://github.com/atmoz/sftp/issues/362