sudo gainroot # install sshfs and fuse apt-get install libfuse2 sshfs chmod 777 /dev/fuse # mount the remote file system su -c user sshfs user@192.168.2.14:/remote/directory /local/mount # 192.168.2.14 is the IP address of the remote computer # unmount when finished umount /local/mount exit