Mounting Remote File Systems Via SSH On Ubuntu

As a developer a lot of time is spent working with code located on remote servers, downloading files, and re-uploading changes gets tedious using ftp, or standard ssh clients. One solution to this dilemma is sshfs, it allows a remote file system to be mounted locally using the ssh protocol, making editing, creating and deleting files a breeze.

Getting sshfs working is pretty painless and following the instructions below should get you up and ready to go in less than 5 minutes.

Read More