emberstack/docker-sftp

Custom GID being ignored

luca-esse opened this issue · 2 comments

Hello,
this is the problem:
When i set a custom GID (33) and i create a new file with the sftp client, that file gets created with the group 1001.
On the other hand, the custom UID works, the file gets created with the owner that is being set in the config (33)

this is my config file:

{
    "Global": {
        "Chroot": {
            "Directory": "%h",
            "StartPath": "sftp"
        },
        "Directories": ["sftp"]
    },
    "Users": [
        {
            "Username": "user",
            "Password": "pass",
            "UID": "33",
            "GID": "33"
        }
    ]
}
stale commented

Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

Automatically closed stale item.