I installed it by doing
$ sudo apt install sshfsthis installed version 3.7.3 . Then I mounted my $HOME on tilde.club using
$ mkdir -p /tmp/tcfs/ && sshfs delgnam@tilde.club:/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