Denied root access to user mounted FUSE file system
This is by design in fuse as a security measure. Pass the -o allow_root
or -o allow_other
option when mounting the filesystem with sshfs.
It is in place to prevent from root from being nosy on shared systems.