SSHFS
From DevOps Notebook
Add sshfs to fstab
Simple:
sshfs#[email protected]:/pathremote /mnt/pathlocal
Advanced:
sshfs#[email protected]:/pathremote /mnt/pathlocal fuse defaults,idmap=user,allow_other,reconnect,_netdev,users,IdentityFile=/path/to/.ssh/keyfile 0 0