SSHFS on a Mac

icon, sshfs over fuse mount
icon, sshfs over fuse mount
On an Intel Mac Mini (2012) running Monterey. Installed macFUSE 4.5.0 (requires a reboot) and SSHFS 2.5.0, both from: https://osxfuse.github.io/. Mounted using one of the entries in my .ssh/config file, by combining incantations found here and here (without the “allow_other” bit, I was getting “fastcopy: open() failed (to): /path/to/file: Permission denied” errors in the command line when I tried copying files over):

% mkdir ~/sshfs

% sshfs -o allow_other,defer_permissions nas:/nas/import ./sshfs

Comments