I would like to use sshfs with many users.
sshfs root@192.168.56.100:/ root/
With this command I get the whole file system in the directory root/.
Is there any possibilities to change the user of a file when this user just exists on the remote machine ?
I tried:
chown myuser myfile
When I make ls -lah
on the remote I get:
-rw-r--r-- 1 otheruser root 0 Jan 11 11:03 myfile