sshfs

	

SSHFS

sudo sshfs -o allow_other,default_permissions root@xxx.xxx.xxx.xxx:/ /mnt/droplet

sudo sshfs -o allow_other,default_permissions pi@192.168.21.84:/home/pi /mnt/hvac/home

sudo sshfs -o allow_other,default_permissions pi@192.168.21.84:/var/www/html/wp-content /mnt/hvac/wp-content

sudo nano /etc/fstab
sshfs#pi@192.168.21.84:/home/pi /mnt/hvac/home
sshfs#pi@192.168.21.84:/var/www/html/wp-content /mnt/hvac/wp-content