I want to mount my home folder on a Synology NAS. I can SSH to the NAS but when I try sshfs, I get this error 'read: Connection reset by peer'. I used the following command:
sshfs [email protected]:/volume1/homes/john /my_nas -p 1919
I also tried this path: /var/services/homes/john, but had no success.
How can I find/debug the problem?

