How to Install SSHFS
September 29, 2023
1 minutes
This guide will show you how to install SSHFS on various operating systems.
1 – On macOS
Using brew, install FUSE.
brew cask install osxfuse
Now install SSHFS:
brew install sshfs
2 – On Ubuntu/Debian
sudo apt-get install sshfs
3 – On Windows
Find the desired version of win-sshfs from this page and download it.
NEXT UP
How to Disable Local Time Machine Backups in macOS
Your Mac has a “feature” that will put time machine backups on your local disk if your primary Time Machine drive isn’t available. I’m not sure the details about how often it writes to your local drive, but I don’t know that you can’t delete it easily. This short guide will show you how to
Continue Reading