# sshfs
## Installation
### [Install on macOS](https://github.com/telepresenceio/telepresence/issues/1654#issuecomment-873538291) using [gromgit's FUSE tap](https://github.com/gromgit/homebrew-fuse)
```bash
# Remove old sshfs, macfuse, osxfuse using brew uninstall
brew uninstall sshfs macfuse osxfuse
# Install macFUSE and sshfs
brew install --cask macfuse
brew install gromgit/fuse/sshfs-mac
brew link --overwrite sshfs-mac
# Test installation
sshfs -V
```
Possible additional necessary steps:
1. Try a mount, it requires giving permission to "Benjamin Fleischer" to execute a kernel extension
2. Approve the permission in System Preferences
3. Reboot computer