
Ssh linux mac os install#
The easy way to install SSHFS is navigate to and download two files:Īlso, you can use homebrew, but, in this moment, the OSXFUSE version is still the 2.7.3 and you can have problems using the automount.
Ssh linux mac os how to#
In the next sections I will explain how to install SSHFS for Mac and two different ways to mount a remote ssh folder: deactivating the automount and using it. However, radical changes like this are ill-advised. My first thought was: "well, I could deactivate the automount”. I ran the mount command and found that the /home folder on Mavericks is an auto mounted folder (see the automount man page). When I run mkdir on my mac to create the /home/projects folder, the command runs but doesn’t create a folder. This point is not a negotiable due to the project requirements. It works really well in Linux and we don't want to use a different system for other operating systems.įor this project I need a new folder inside my /home folder to use as a mount point for the remote file system. The best solution we found in the lab is using SSH and mounting folders using sshfs. It is insane to copy it to your hard drive every time that it changes or manage large amounts of data with version control since it will slow down the repository. Mounting a server folder is very useful if you have a lot of data to share with your colleagues. It seems like a simple task, but there is one issue: I am a Mac user. The current project I am working on needs to access to a folder on a remote server. This is an update of my previous post that you can read here.
