1 config BR2_PACKAGE_SHFS
5 ShFS is a simple and easy to use Linux kernel module which
6 allows you to mount remote filesystems using a plain shell
7 (SSH) connection. When using ShFS, you can access all remote
8 files just like the local ones, only the access is governed
9 through the transport security of SSH.
11 ShFS supports some nice features:
13 * file cache for access speedup
14 * perl and shell code for the remote (server) side
15 * could preserve uid/gid (root connection)
16 * number of remote host platforms (Linux, Solaris, Cygwin, ...)
17 * Linux kernel 2.4.10+ and 2.6
18 * arbitrary command used for connection (instead of SSH)
19 * persistent connection (reconnect after SSH dies)
22 http://shfs.sourceforge.net/
25 config BR2_PACKAGE_KMOD_SHFS
26 depends BR2_PACKAGE_SHFS
27 tristate "kmod-shfs (ShFS kernel module)"
31 SHell FileSystem kernel module
34 config BR2_PACKAGE_SHFS_UTILS
35 depends BR2_PACKAGE_KMOD_SHFS
36 tristate "shfs-utils (ShFS mount/umount utilities)"
40 SHell FileSystem mount/umount utilities