mount.sshfs

via SSH

Install

All systems
curl cmd.cat/mount.sshfs.sh
Debian Debian
apt-get install sshfs
Ubuntu
apt-get install sshfs
Alpine
apk add sshfs
Arch Arch Linux
pacman -S sshfs
image/svg+xml Kali Linux
apt-get install sshfs
Fedora
dnf install fuse-sshfs
Windows (WSL2)
sudo apt-get update sudo apt-get install sshfs
OS X
brew install sshfs
Raspbian
apt-get install sshfs
Docker
docker run cmd.cat/mount.sshfs mount.sshfs powered 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).