Configure SSHFS
SSHFS (SSH FileSystem) allows you to access the Tablet's file system from a mount on the host PC.
If you want to test mounting of the Tablet file system, enter commands like this (it's your choice how much to see, or where to mount):
~ $ mkdir -p ~/tablet
~ $ sudo sshfs user@192.168.2.15:/ ~/tablet -o rw,allow_other,nonempty
user@192.168.2.15's password:
Note that sshfs is a user file system so you cannot use "mount" directly.
Use "sudo umount ~/tablet" to unmount.