diff options
author | Alan_Hicks <alan@lizella.net> | 2010-05-11 22:27:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:27:05 +0200 |
commit | 84cc6864f759b786ef1fd07822782f2bf4146ed3 (patch) | |
tree | b59a7dfb9727da93ab1f625e74c34677d39b9b8b /system/sshfs-fuse/README | |
parent | d3cac6c201f327c0978e8eaab3ee94f3bf619c21 (diff) | |
download | slackbuilds-84cc6864f759b786ef1fd07822782f2bf4146ed3.tar.gz |
system/sshfs-fuse: Updated for version 2.2
Diffstat (limited to 'system/sshfs-fuse/README')
-rw-r--r-- | system/sshfs-fuse/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/system/sshfs-fuse/README b/system/sshfs-fuse/README index 2a95e8d3ec..300d34090d 100644 --- a/system/sshfs-fuse/README +++ b/system/sshfs-fuse/README @@ -1,9 +1,10 @@ -This script builds sshfs-fuse, a SSH "client" that integrates with FUSE -to allow you secure, encrypted file-system level access to files and -directories on any server to which you have ssh access. - -Naturally, this script requires FUSE to be at all useful. You can -pickup a SlackBuild script for fuse from here: - - http://www.slackbuilds.org/ +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. |