61bd54b5e59b81748c674608ae8fa79bb32ac8f5
[openwrt.git] / target / linux / package / shfs / Config.in
1 config BR2_PACKAGE_KMOD_SHFS
2         prompt "kmod-shfs......................... Shell FileSystem kernel module (ShFS) kernel module"
3         tristate
4         default m if CONFIG_DEVEL
5         help
6           ShFS is a simple and easy to use Linux kernel module which 
7           allows you to mount remote filesystems using a plain shell 
8           (SSH) connection. When using ShFS, you can access all remote 
9           files just like the local ones, only the access is governed 
10           through the transport security of SSH.
11           
12           ShFS supports some nice features:
13           
14            * file cache for access speedup
15            * perl and shell code for the remote (server) side
16            * could preserve uid/gid (root connection)
17            * number of remote host platforms (Linux, Solaris, Cygwin, ...)
18            * Linux kernel 2.4.10+ and 2.6
19            * arbitrary command used for connection (instead of SSH)
20            * persistent connection (reconnect after SSH dies) 
21           
22           http://shfs.sourceforge.net/