sshfs allows users to mount a remote location to a local address. Then these files can be edited as if they are local files. To set up
sudo sshfs user@host:/some/directory /local/address -o allow_other -p 22
Simply Explaining Technology
sshfs allows users to mount a remote location to a local address. Then these files can be edited as if they are local files. To set up
sudo sshfs user@host:/some/directory /local/address -o allow_other -p 22