summaryrefslogtreecommitdiffstats
path: root/network/sshfs-fuse/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-04-11 16:09:18 +0200
committer Matteo Bernardini2020-04-11 16:09:18 +0200
commitb4f164a81cd8b24517e17b7c5adad38d09968638 (patch)
tree7a4fa1f58087a7c402ce313a1c629407b6fb22ce /network/sshfs-fuse/README
parent3fa270fe68663153ec4547b9988cc302cc8523ce (diff)
downloadslackbuilds-current-20200411.1.tar.gz
20200411.1 global branch merge.current-20200411.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse/README')
-rw-r--r--network/sshfs-fuse/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/sshfs-fuse/README b/network/sshfs-fuse/README
deleted file mode 100644
index 4b484d5915..0000000000
--- a/network/sshfs-fuse/README
+++ /dev/null
@@ -1,12 +0,0 @@
-sshfs-fuse (ssh file system module for FUSE)
-
-SSHFS (Secure SHell FileSystem) is a file system for Linux capable of
-operating on files on a remote computer using just a secure shell login
-on the remote computer. On the local computer where the SSHFS is mounted,
-the implementation makes use of the FUSE (Filesystem in Userspace)
-kernel module.
-
-The practical effect of this is that the end user can seamlessly interact
-with remote files being securely served over SSH just as if they were
-local files on his/her computer. On the remote computer the SFTP subsystem
-of SSH is used.