3718cd74d85e4a73c8f6277f6104070cf3b51880
[openwrt/svn-archive/archive.git] / openwrt / target / linux / package / shfs / Config.in
1 config BR2_PACKAGE_KMOD_SHFS
2 tristate "kmod-shfs...................... Shell FileSystem kernel module (ShFS) kernel module"
3 default m if CONFIG_DEVEL
4 help
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.
10
11 ShFS supports some nice features:
12
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)
20
21 http://shfs.sourceforge.net/
22
23 This package contains the shfs.o kernel module.