diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 12:45:48 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 12:45:48 +0000 |
commit | 1bf1a98e7616526cde3198f63e1e1bace774e274 (patch) | |
tree | 8607be037bc70d6abdbb1637fd5c09c7eec6c24a /openwrt/package/autossh/Config.in | |
parent | c42f176ad2b435cfcd54c417e4ed62b1dcaa84ab (diff) |
add autossh from Robert Berkowitz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/autossh/Config.in')
-rw-r--r-- | openwrt/package/autossh/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/autossh/Config.in b/openwrt/package/autossh/Config.in new file mode 100644 index 0000000000..492547f525 --- /dev/null +++ b/openwrt/package/autossh/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_AUTOSSH + prompt "autossh........................... Auto handle ssh tunnels" + tristate + default m if CONFIG_DEVEL + help + autossh is a program to start a copy of ssh and monitor it, + restarting it as necessary should it die or stop passing traffic. + + http://www.harding.motd.ca/autossh/ |