mount.fuse.sshfs
via SSH
Install
- All systems
-
curl cmd.cat/mount.fuse.sshfs.sh
- Debian
-
apt-get install sshfs - Ubuntu
-
apt-get install sshfs -
Alpine
-
apk add sshfs - Arch Linux
-
pacman -S sshfs - Kali Linux
-
apt-get install sshfs - Fedora
-
dnf install fuse-sshfs - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install sshfs - OS X
-
brew install sshfs - Raspbian
-
apt-get install sshfs - Docker
-
docker run cmd.cat/mount.fuse.sshfs mount.fuse.sshfspowered by Commando
fuse-sshfs
via SSH
sshfs
filesystem client based on SSH File Transfer Protocol
sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. sshfs is FUSE (Filesystem in USErspace).