emberstack/docker-sftp

Does this work with Azure Files under AKS?

artisticcheese opened this issue · 0 comments

Hello,

I'm currently trying to make atmoz/sftp containers to work which fails to work without each user having it's own Azure File share mounted into respective home directory (/home/user1, home/user2). If I try to use single share mounted as /Home then I'm getting bad ownership or modes for chroot directory component "/home/" error when trying to authorization. Is it SFTP issue and not worth trying with this implementation since it will end up with the same issue or it's doable to do this?