Why Bother Doing This?

you’re free to circumvent both of these using macFUSE and SSHFS.

For example, I run my personal website off of an AWS EC2 instance of Ubuntu Server.

Editing a screenshot in Shottr’s editor on a Mac.

By nature, Ubuntu Server runs headless (without a graphic interface).

To install macFUSE, first visit themacFUSE GitHub repository.

After installation, you may need to enable system extensions in System controls> Security & Privacy.

synology nas

macFUSE is essential for enabling the other prerequisite for configuration, SSHFS.

SSHFS

SSHFS stands for Secure SHell FileSystem.

It is aptly named for its ability to allow users to mount remote filesystems over SSH.

The apps panel in Finder in macOS.

Shikhar Mehrotra / How-To Geek

To install SSHFS, first make sureyou have Homebrew installed on your Mac.

Just replace the variables in the first section with those applicable to your remote volume.

Once you’ve edited the script to fit your personal use case, save it as “mount_remote.sh”.

Browsing my AWS EC2 web server in Finder using macFUSE and SSHFS.

After running this script, your remote volume will appear in Finder sporting whatever icon image you specified!

Downloading macFUSE latest version from GitHub