How to mount a remote filesystem with sshfs
sudo sshfs -o allow_other,defer_permissions root@your-ip:/ /your/local/mount/point
Developer from somewhere
How to mount a remote filesystem with sshfs
sudo sshfs -o allow_other,defer_permissions root@your-ip:/ /your/local/mount/point