Con la libreria Fuse y el paquete sshfs es posible montar directorios en una pc remota corriendo un server ssh

Instalamos

jhonny@cash:/etc$ sudo apt-get install sshfs

Se instalarán los siguientes paquetes NUEVOS:
fuse-utils libfuse2 sshfs

creating fuse device…
udev active, devices will be created in /dev/.static/dev/
creating fuse group…
Añadiendo el grupo «fuse» (122)…
Hecho.

Configurando libfuse2 (2.5.3-2.1ubuntu4) …

Creamos punto de montaje

jhonny@cash:/etc$ sudo mkdir /mnt/ssh

Montamos

$ sudo sshfs -o allow_other jhonny@192.168.1.97: /mnt/ssh
password:

verificamos

$ mount

El cual mostrara laparticion montada