libfuse/sshfs

A network filesystem client to connect to SSH servers

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 8th, 2026
Created on December 21st, 2015
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 548
Total Stargazers: 7,661 (+0)
Total Subscribers: 85 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 days
Mean response time: 86.6 days
90th percentile: 260.3 days
Tracked items: 34

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 887 days
Stale 30+ days: 24
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • MacOS (5)
  • bug (5)
  • enhancement (4)
  • needs-help (2)
  • needs-info (2)
  • duplicate (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SSHFS is a network filesystem client that mounts remote filesystems over SFTP using SSH connections.

SSHFS solves the problem of accessing remote files as if they were local by leveraging SFTP, which is supported by default on most SSH servers. The tool requires no server-side setup beyond standard SSH access. It works by mounting a remote directory to a local mountpoint, allowing transparent file access through the filesystem. Users can run SSHFS as a regular user rather than root, and it supports standard SSH options including custom ports and authentication methods. The tool also offers performance optimization through direct connections to sftp-server, bypassing SSH encryption when needed on trusted networks or within virtual machines using either direct port connections or Linux vsock.

SSHFS suits developers and system administrators who need straightforward remote file access without complex server configuration. It works well for mounting home directories, project folders, or VM filesystems where SFTP is already available. The tool is mature and widely distributed across Linux systems, making it a reliable choice for production environments. However, potential adopters should be aware that the project has limited active development capacity. The maintainer applies pull requests and makes releases but cannot undertake new feature development or address non-critical issues. Users reporting bugs without pull requests or critical issues should expect limited response.

The project receives pull requests that the maintainer applies, indicating some external contribution flow. Development activity is focused on maintenance and high-impact issue resolution rather than feature expansion. The tool continues to be released regularly despite the maintainer's constrained capacity.