freewrt_2_0
| Line | |
|---|
| 1 | config FWRT_PACKAGE_SHFS
|
|---|
| 2 | prompt "shfs.............................. secure shell filesystem"
|
|---|
| 3 | tristate
|
|---|
| 4 | default n
|
|---|
| 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/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.