SSHFS
SSHFS
|
|
---|---|
Mount an SSHFS network |
|
Basic data
|
|
Maintainer | Miklos Szeredi |
developer | Miklos Szeredi |
Current version |
3.7.0 ( January 3, 2020 ) |
operating system | Unixoid system , IOS and Windows |
programming language | C. |
category | File system |
License | GPL2 |
sshfs |
SSHFS ( S ecure SH ell F ile S ystem ) is a network file system , the data storage other computer via SSH to a secure manner over an encrypted network connection into its own file system mounted can be.
use
SSHFS is used to use files and directories on a remote computer like local files and directories without the remote computer having to provide a network file system service such as CIFS or NFS . On the other side, only an SSH server with activated SFTP function needs to be operated. SSHFS is therefore the implementation of the Unix philosophy of Everything is a file at the secure shell level.
implementation
Client and server communicate via the SSH File Transfer Protocol (SFTP), a network protocol that enables file access, file transfer and file management via a reliable data stream . It is independent of the server's underlying file system. SSHFS is based on the FUSE framework and works in user mode .
distribution
It is available in the standard repositories of all major Linux distributions such as Debian , openSuse , Arch Linux and Ubuntu and its derivatives, as well as being included as standard on live systems such as Grml and Knoppix . It is also available for FreeBSD , OpenBSD , OpenSolaris , macOS and Android .
Web links
- David Wolski: Toolbox: File access with sshfs. Heise, July 23, 2012
- Jeff Layton: Combining directories from multiple servers on a single mountpoint. In: Issue No. 165/2014, online at linuxpromagazine.com (English)
Individual evidence
- ↑ sshfs: A network filesystem client to connect to SSH servers . (accessed on July 8, 2017).
- ↑ Release 3.7.0 . January 3, 2020 (accessed January 4, 2020).
- ↑ Oliver Frommel: The 10 best SSH tips in ADMIN magazine from January 16, 2017, accessed on March 22, 2017
- ↑ sshfs: A network filesystem client to connect to SSH servers . In: GitHub . (accessed on July 8, 2017).
- ↑ The sshfs Open Source Project on Open Hub: Languages Page . In: Open Hub . (accessed on July 18, 2018).
- ↑ David Wolski: Toolbox: File access with sshfs. In: heise open. July 23, 2012, accessed August 19, 2015 .
- ↑ Package: sshfs (2.5-1)
- ↑ sshfs filesystem client based on SSH file transfer protocol
- ↑ https://www.archlinux.de/packages/community/x86_64/sshfs Arch Linux package page
- ↑ Wiki / sshfs
- ↑ Grml README-0.4.txt
- ↑ List of the supplied packages in Knoppix