
SSHFS
Sign in to saveAlso known as SSH Filesystem, Secure Shell Filesystem
thumb|right|Unmounting (signing off) an SSHFS network
Key facts
- Software.name
- SSHFS
- Software.screenshot
- Mount SSHFS.png
- Software.screenshot size
- 300px
- Software.caption
- Mounting an SSHFS network, the sign-on displays the desktop icon illustrated
- Software.developer
- Nikolaus Rath, Miklos Szeredi
- Software.latest release version
- 3.7.5
- Software.operating system
- UNIX-like
- Software.genre
- Remote access
- Software.website
- https://github.com/libfuse/sshfs
via Wikipedia infobox
Source code
SSHFS is shipped by all major Linux distributions and has been in production use across a wide range of systems for many years. However, at present SSHFS does not have any active, regular contributors, and there are a number of known issues (see the bugtracker). The current maintainer continues to apply pull requests and makes regular releases, but unfortunately has no capacity to do any development beyond addressing high-impact issues. When reporting bugs, please understand that unless you are including a pull request or are reporting a critical issue, you will probably not get a response. Note that this is insecure as connection will happen without encryption. Only use this on localhost or trusted networks. This option is sometimes used by other projects to mount folders inside VMs. First, download the latest SSHFS release from You also need libfuse 3.1.0 or newer (or a similar library that provides a libfuse3 compatible interface for your operating system). Finally, you need the Glib library with development headers (which should be available from your operating system's package manager). To build and install, we recommend to use Meson (version 0.38 or newer) and Ninja. After extracting the sshfs tarball, create a (temporary) build directory and run Meson: Normally, the default build options will work fine. If you nevertheless want to adjust them, you can do so with the mesonconf command: To build, test and install SSHFS, you then use Ninja (running the tests requires the py.test Python module):
Excerpt from the source-code README · 4,489 chars · not written by Vinony
Wikidata facts
- Based on
- SSH File Transfer Protocol
- Official website
- fuse.sourceforge.net/sshfs.html
- Image
- Mount SSHFS.png
Show 6 more facts
- Commons category
- SSHFS
- copyright license
- GNU General Public License, version 2.0
- programmed in
- C
- software version identifier
- 3.7.5
- source code repository URL
- github.com/libfuse/sshfs
- operating system
- macOS
via Wikidata · CC0
Article · 中文
SSHFS(SSH Filesystem)是一种通过普通ssh连接来挂载和与远程服务器或工作站上的目录和文件交互的文件系统客户端。该种客户端通过SSH文件传输协议(SFTP)与远程文件系统交互,这是一种通过任何可靠数据流提供文件访问、文件传输和文件管理功能的网络协议,它在设计上是Secure Shell(SSH)协议2.0版的一个扩展。 当前使用FUSE的SSHFS实现是早期版本的一个重写。该重写由完成,他也编写FUSE。
Abstract from DBpedia / Wikipedia · CC BY-SA