I know we can use sshfs to mount a remote machine directory on a local machine, but, Is the reverse possible. I want to edit the files on my local system and do not want them to reside permanently on the remote server.
I tried this (https://github.com/agirorn/mount-on) doesn't seem to work.
I would like to mount a local directory like:
/Users/username/sshfs_share_folder
onto a remote machine which I have ssh access to, such as:
/home/username/shared_folder