I’ve maderss a switch to linux in flavour of Elementary OS. My web development setup is super simple: Chromium + Sublime Text 3 + partition mounted from our dev server over SSHFS.
This post is more of a note to self on how to mount remote partitions.
1. Logging onto remote server via ssh keys
We will need to be able to login to remote server via ssh keys and not by password.
If you wasn’t prompted for password and made a login successfully you are done with this.
2. Permanently mount remote partiation in fstab
And add this line to the end of fstab file:
As a result you get your remote file system mounted under /media/your_mount
.