I have a server with raspberry pi with raspbian 9 installed
I can entry in ssh
I can to read with sshfs
on my client pc I installed debian 9, fuse and sshfs
I do not have the fuse group, in the my client with debian 9
my uid-gid are = 1000 same for the client and for the server
I created a local directory in the home called sshfs-dir, then of the my user with write and read permissions
after the sshfs command, the files and directories contained in sshfs-dir, are owned by root and of the root group
so I can not write either as user or as root but I can only to read.
some ideas about it about how to can write on the remote directory? thanks