emberstack/docker-sftp

Overide config for 1 master User

willoups opened this issue · 2 comments

I try to overide sftp.json for create a user able to access to other users directory.
My file:
{
"Global": {
"Chroot": {
"Directory": "%h",
"StartPath": "sftp"
},
"Directories": ["sftp"]
},
"Users": [
{
"Username": "toto",
"Password": "titi"
},
{
"Username": "master",
"Password": "password",
"Chroot": {
"Directory": "/",
"StartPath": "/"
}
}
]
}

if you have sugggestion

Indeed, issue is duplicate. Closing. Please see #57