1. Enable root login in sshfs.

2. Mount:

$ sudo sshfs -o allow_other,default_permissions root@remote_host:/ /mount/dir

Leave a Reply