I am relatively new to the linux world so I apologize in advance for any silly question I may ask. I have set up some tools that I like to use for programming on a ubuntu box. Now I have another development box (also linux... but not ubuntu) that I'd like to be "access" from my ubuntu box. Specifically, i'd like to mount the second box like a drive on the first box. I've been trying to understand sshfs-fuse. Do i need to install this on both boxes or just the second box? Also, is there another tool (aside from samba) that you can recommend? I will be connecting over ssh.
Thanks.