I installed it by doing
$ sudo apt install sshfsthis installed version 3.7.3 . Then I mounted my $HOME on relvokcor.xyz using
$ mkdir -p /tmp/tcfs/ && sshfs delgnam@relvokcor.xyz:/home/delgnam/ /tmp/tcfs/It'd be helpful if you set up ~/.ssh/config on your box :p
Syntax as given on sshfs' github page:
sshfs [user@]hostname:[directory] mountpointWill write more once I explore the utility more