aboutsummaryrefslogtreecommitdiff
path: root/net/autossh
Commit message (Collapse)AuthorAge
* autossh: make forwarding optionalkkubicki2024-02-07
| | | | | | | | - previously localport option was required, which broke older configs - now in-config forwarding is only optional - ssh option still can be used for forwarding as in sample config Signed-off-by: kkubicki <krzysiek.kubicki@gmail.com>
* autossh: improve uci and procd supportJaymin Patel2022-07-05
| | | | | | | | | | - convert autossh into procd instances - add new uci config options to handle local and remote port forwarding - remove hotplug down actions causing service to stop on any interface down event Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* autossh: fix procd env issueLeo Soares2021-10-06
| | | | | | | This commit fixes an issue where the `AUTOSSH_GATETIME` is not available in the `procd` environment which gets overwritten by the second `procd_set_param env` call. It now calls the `procd_set_param env` once with the two variables, instead of twice. Signed-off-by: Leo Soares <leo@hyper.ag>
* autossh: fix compilation without ssh installedRosen Penev2021-06-12
| | | | | | | | | configure script looks for host ssh. Just pass the configure variable directly. --with-ssh doesn't work. Also get rid of custom Compile section. It's not needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* autossh: switch to procdJan Pavlinec2020-08-31
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* autossh: Update to 1.4gRosen Penev2019-01-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* autossh: Update to 1.4fRosen Penev2018-06-07
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* autossh: add an 'enabled' option within the uci configuration fileAdriĆ  Llaudet2018-04-11
| | | | | | | | | | | | | | In a tool like this one, you really want an option to establish if the service should start or not by default on boot time, especially when its configuration file has to be customized by the user. In the configuration file, the new 'enabled' option is setted to '0' by default since the configuration provided by default will not be the one finally used. In the init script, the new 'enabled' option is setted to '1' by default in order to support the previous configuration file behaviour. Signed-off-by: AdriĆ  Llaudet <adria.llaudet@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* autossh: use version 1.4e, update MakefileChristian Beier2016-09-06
| | | | Signed-off-by: Christian Beier <cb@shoutrlabs.com>
* autossh: import from oldpackagesChristian Beier2016-09-06
Signed-off-by: Christian Beier <cb@shoutrlabs.com>