Install Mount.sshfs On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS

Install Mount.sshfs On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS

mount.sshfs

via SSH

Maintainer: Bartosz Fenski



Section: utils

Install mount.sshfs

  • Debian apt-get install sshfs Click to copy
  • Ubuntu apt-get install sshfs Click to copy
  • Alpine OS apk add sshfs Click to copy
  • Arch Linux pacman -S sshfs Click to copy
  • Kali Linux apt-get install sshfs Click to copy
  • Fedora dnf install fuse-sshfs Click to copy
  • Raspbian apt-get install sshfs Click to copy
  • macOS brew install sshfs Click to copy

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).

Installation of latest mount.sshfs command is available for Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.