|
Revision 600, 308 bytes
(checked in by wbx, 2 years ago)
|
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_AUTOSSH |
|---|
| 2 |
prompt "autossh........................... Auto handle ssh tunnels" |
|---|
| 3 |
tristate |
|---|
| 4 |
default n |
|---|
| 5 |
help |
|---|
| 6 |
autossh is a program to start a copy of ssh and monitor it, |
|---|
| 7 |
restarting it as necessary should it die or stop passing traffic. |
|---|
| 8 |
|
|---|
| 9 |
http://www.harding.motd.ca/autossh/ |
|---|