Back Home

Using the sshfs utility

sshfs on github

I installed it by doing

$ sudo apt install sshfs

this 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] mountpoint

Will write more once I explore the utility more