General tips
Mounting a directory over the newtork as a chrooted user
Create a new system user that will be restricted to SSHFS mounting. sudo adduser sshfsuser --she...
Generate keys and disable password login
On client ssh-keygen -t rsa -b 4096 -f ~/.ssh/share_key
Enable dropbear on boot to decrypt full disk encryption
install dropbear-initramfs put public rsa key in /etc/dropbear/initramfs/authorized_keys, prep...