SSHFS

From DevOps Notebook

Add sshfs to fstab

Simple:

sshfs#root@192.168.1.250:/pathremote /mnt/pathlocal

Advanced:

sshfs#$root@192.168.1.250:/pathremote /mnt/pathlocal fuse defaults,idmap=user,allow_other,reconnect,_netdev,users,IdentityFile=/path/to/.ssh/keyfile 0 0