samuelpecher

Results 2 comments of samuelpecher

I had the same problem You'll need to set up your own Dockerfile ``` FROM atmoz/sftp:alpine COPY sshd_config /etc/ssh/sshd_config ``` add this to the /etc/ssh/sshd_config file: ``` ForceCommand internal-sftp -d...

Same issue - I thought I was going crazy. Tried on node@20 and node@22, on both [email protected] and [email protected] In order to try use the feature, the workaround was as...