pkg.soopen package index

brew / Rang 4093

sshfs mit Homebrew, apk, chocolatey, apt, MacPorts, Nix, pacman, zypper, dnf installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sshfs in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install sshfs

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install sshfs

MacPorts ports tree · fuse/sshfs/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add sshfs

Alpine Linux edge package indexes · sshfs · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install sshfs

Debian stable package indexes · sshfs · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#sshfs

nixpkgs package indexes · sshfs · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S sshfs

Arch Linux sync databases · sshfs · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install sshfs

openSUSE Tumbleweed package metadata · sshfs · Quelle: download.opensuse.org

Fedora dnfverifiziert · 92%
sudo dnf install fuse-sshfs

Fedora Rawhide package metadata · fuse-sshfs · Quelle: dl.fedoraproject.org

Überblick

Paketzusammenfassung

File system client based on SSH File Transfer Protocol

Befehle und Aliase

  • mount.fuse.sshfs
  • mount.sshfs
  • sshfs

Verlauf

Projektgeschichte und Nutzung

SSHFS is a FUSE-based filesystem client that mounts remote directories over SFTP. It became a classic Unix package-manager utility because it turns ordinary SSH access into a mountable filesystem without requiring special server-side software.

Projektgeschichte

The official changelog records SSHFS 1.0 as the initial release and then tracks years of compatibility, caching, performance, and portability work. The project later moved through the libfuse ecosystem, adopted Meson builds, required libfuse 3 in the 3.x series, and continued to follow OpenSSH and FUSE behavior changes.

Adoptionsgeschichte

The README states that SSHFS is shipped by all major Linux distributions and has been used in production across many systems for years. It also notes a period of limited maintenance: release 3.7.3 in 2022 said SSHFS was no longer maintained or developed, while later changelog entries show new maintainers and renewed releases.

Wie es verwendet wird

The canonical command is `sshfs [user@]hostname:[directory] mountpoint`, followed by `fusermount -u mountpoint` on Linux or `umount mountpoint` on BSD and macOS. The README emphasizes that most SSH servers already provide SFTP, so the remote side usually needs no extra package.

Warum Paket-Nerds sich dafür interessieren

SSHFS is a packaging staple because it bridges SSH, SFTP, FUSE, desktop workflows, and server administration with one small command. Its cross-distro presence, kernel/filesystem dependency surface, macOS/BSD differences, and long maintenance arc make it exactly the kind of package that exposes the practical edges of package-manager ecosystems.

Zeitleiste

  • 1.0: Initial release recorded in the official changelog.
  • 2015: Release 2.6 introduced Nikolaus Rath as new maintainer.
  • 2016: Release 2.7 integrated the osxfuse copy so SSHFS worked on OS X out of the box.
  • 2017: Release 3.0 required libfuse 3.1.0 or newer and added Meson build support.
  • 2022: Release 3.7.3 announced the project was no longer actively maintained or developed.
  • 2025: Release 3.7.5 added new maintainers and updated Windows and macOS support.
  • 2026: Release 3.7.6 fixed security issues and added another maintainer.

Related projects

  • SSHFS is related to libfuse, OpenSSH, SFTP, osxfuse/macFUSE, FUSE mount helpers, and package-manager integration for filesystem utilities.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:ssh,client

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
mount.fuse.sshfsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
mount.sshfsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
sshfsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version3.7.6
Manager aktualisiert2026-05-30
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:sshfs
Version3.7.6
PaketmanagerHomebrew
Homepagehttps://github.com/libfuse/sshfs
Repositoryhttps://github.com/libfuse/sshfs
Zuletzt aktualisiert2026-05-30T04:29:24Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

sshfs 3.7.3-1.2~deb13u1

filesystem client based on SSH File Transfer Protocol

https://github.com/libfuse/sshfs

sudo apt install sshfs
  • Section: utils
  • Architecture: amd64
  • Source Package: sshfs-fuse
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Sshfs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: sshfs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

sshfs

nix profile install nixpkgs#sshfs
  • normalized package name match
  • Abgeglichen nach: Sshfs
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: sshfs from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

sshfs 3.7.3-1.1build3

filesystem client based on SSH File Transfer Protocol

https://github.com/libfuse/sshfs

sudo apt install sshfs
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: sshfs-fuse
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Sshfs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: sshfs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

sshfs 3.7.6-r0

FUSE client based on the SSH File Transfer Protocol

https://github.com/libfuse/sshfs

sudo apk add sshfs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: sshfs
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Sshfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sshfs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

sshfs-doc 3.7.6-r0

FUSE client based on the SSH File Transfer Protocol (documentation)

https://github.com/libfuse/sshfs

sudo apk add sshfs-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: sshfs
  • normalized package name match
  • Abgeglichen nach: Sshfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sshfs-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

fuse-sshfs 3.7.6-2.fc45

FUSE-Filesystem to access remote filesystems via SSH

https://github.com/libfuse/sshfs

sudo dnf install fuse-sshfs
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fuse-sshfs
  • 7 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Sshfs
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fuse-sshfs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

sshfs 3.7.6-1

FUSE client based on the SSH File Transfer Protocol

https://github.com/libfuse/sshfs

sudo pacman -S sshfs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Sshfs
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: sshfs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

sshfs 3.7.6-1.3

Filesystem client based on SSH file transfer protocol

https://github.com/libfuse/sshfs

sudo zypper install sshfs
  • License: GPL-2.0-or-later
  • Category: System/Filesystems
  • Architecture: x86_64
  • Source Package: sshfs
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Sshfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: sshfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

sshfs

sudo port install sshfs
  • normalized package name match
  • Abgeglichen nach: Sshfs
MacPorts ports tree · api.github.com · MacPorts ports tree: fuse/sshfs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

sshfs

choco install sshfs
  • normalized package name match
  • Abgeglichen nach: Sshfs
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: sshfs from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','sqlitebrowser.install'

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation