SSHFS

from Wikipedia, the free encyclopedia
SSHFS

Screenshot
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

Commons : SSHFS  - collection of images, videos and audio files

Individual evidence

  1. sshfs: A network filesystem client to connect to SSH servers . (accessed on July 8, 2017).
  2. Release 3.7.0 . January 3, 2020 (accessed January 4, 2020).
  3. Oliver Frommel: The 10 best SSH tips in ADMIN magazine from January 16, 2017, accessed on March 22, 2017
  4. sshfs: A network filesystem client to connect to SSH servers . In: GitHub . (accessed on July 8, 2017).
  5. The sshfs Open Source Project on Open Hub: Languages ​​Page . In: Open Hub . (accessed on July 18, 2018).
  6. David Wolski: Toolbox: File access with sshfs. In: heise open. July 23, 2012, accessed August 19, 2015 .
  7. Package: sshfs (2.5-1)
  8. sshfs filesystem client based on SSH file transfer protocol
  9. https://www.archlinux.de/packages/community/x86_64/sshfs Arch Linux package page
  10. Wiki / sshfs
  11. Grml README-0.4.txt
  12. List of the supplied packages in Knoppix