-
-
Notifications
You must be signed in to change notification settings - Fork 546
File Systems ‐ SSHFS
SSHFS allows you to mount a remote file system using SFTP. Most SSH servers support and enable SFTP access by default. For more information about SSHFS, see https://github.com/libfuse/sshfs.
An installer package for SSHFS can be downloaded from https://macfuse.io or the releases section of the SSHFS repository at https://github.com/libfuse/sshfs.
Official SSHFS releases for macFUSE are signed. You can verify the signature of the installer package by clicking on the lock symbol in the top right corner of the installer window. Official releases are signed with certificate "Developer ID Installer: Benjamin Fleischer (3T5GSNBU6W)"
Official SSHFS releases for macFUSE:
-
SSHFS 3.7.5 (macOS 10.9+, Apple Silicon and Intel, macFUSE 4.10+)
Sources: https://github.com/libfuse/sshfs/tree/sshfs-3.7.5
Download: https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.5/sshfs-3.7.5.pkg
SHA-256: 611713612179cf7ccd2995051165da7d19e0ca199ae70d9680c3d3551f456d46 -
SSHFS 3.7.3 (ccb6821) (macOS 10.9+, Apple Silicon and Intel, macFUSE 4.10+)
Sources: https://github.com/libfuse/sshfs/tree/ccb6821
Download: https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.3/sshfs-3.7.3-ccb6821.pkg
SHA-256: 4ea567bc7b0435caa1d69a6621b4fdf1af67e847ef9203552131ad35b714d8cb -
SSHFS 2.10 (3ea4c59) (macOS 10.9+, Apple Silicon and Intel)
Sources: https://github.com/libfuse/sshfs/tree/3ea4c59
Download: https://github.com/libfuse/sshfs/releases/download/sshfs-2.10/sshfs-2.10-3ea4c59.pkg
SHA-256: 4e125e88beaa35fdefd631498146319999f4ee802acfc8fce00cad967a7a17bb
SSHFS does not come with an uninstaller. In order to remove SSHFS, run the following commands in Terminal:
sudo rm /usr/local/bin/sshfs
sudo rm /usr/local/share/man/man1/sshfs.1
sudo pkgutil --forget io.macfuse.installer.components.sshfs
Please open an issue in SSHFS repository at https://github.com/libfuse/sshfs/issues and post your findings there.
SSHFS is covered under the GNU General Public License, Version 2
SSHFS uses Glib, a low-level core library that forms the basis for projects such as GTK+ and GNOME. Additional information and the source code of GLib are available on https://gitlab.gnome.org/GNOME/glib/. GLib is covered under the GNU Lesser General Public License, Version 2.1