summaryrefslogtreecommitdiffstats
path: root/network/sshfs-fuse/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-08-18 20:11:13 +0200
committer Matteo Bernardini2020-08-18 20:11:13 +0200
commit4c181899d4e4c41770825ac2c4812b01ac807468 (patch)
tree8d7863eb97c787e2ea1198ec5f20d911aafff14d /network/sshfs-fuse/README
parent039623ea867a44e41cbf62cada3efca35cd703b8 (diff)
downloadslackbuilds-current-20200818.1.tar.gz
20200818.1 global branch merge.current-20200818.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.