Securely mount remote unix directory using SSHFS
There are times when your work environment is setup such that your dev environment is setup on another box and you have to edit code on that code a quick an easy solution is to login to the box, over ssh and update the code over vi. However most people wouldn’t want to leave the [...]