

sudo sshfs -o allow_other,default_permissions your_other_server:~/ /mnt/droplet.You can now mount a remote directory using sshfs. Note: On Windows, remote filesystems are sometimes mounted with their own drive letter like G:, and on Mac, they are usually mounted in the /Volumes directory.Ĭreate a subdirectory within /mnt called droplet using the mkdir command:

Macfusion automount install#
Then, use apt install to install the sshfs package. On Ubuntu, you can install it using apt.įirst, use apt update to refresh your package sources: SSHFS is available for most Linux distributions. You can accomplish this by following our Initial Server Setup Guide, by connecting directly from one machine to the other. One of these can be a local machine rather than a cloud server.

In some cases, however, it may be necessary to share entire directories, or entire filesystems, between two remote environments. Transferring files over an SSH connection, by using either SFTP or SCP, is a popular method of moving small amounts of data between servers.
