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