mounting remote file system via ssh -sshfs
sudo apt-get install sshfs
sudo adduser yourusername fuse
sudo mkdir /mnt/remotedir
sudo chown yourusername /mnt/remotedir
sshfs yourusername@remote_computer_ip:/path_on_remote_comp /mnt/remotedir
Short URL for this post: http://tmblr.co/ZsJDayptbVi