From here.
First, Make sure you have Homebrew installed.
| 1 | # Install FUSE. | 
Added on “2021-06-22”.
Recently I migrated to a new MBP(Big Sur 11.4) and found the “sshfs” didn’t work. When I run the following command to install “sshfs”, I get an error:
| 1 | ~> brew install sshfs | 
The solution comes from here:
- Go to the “macFUSE“ official website. 
- Download “macFUSE 4.1.2“ and “SSHFS 2.5.0“, install them. 
Now you should be able to use “sshfs”.