aboutsummaryrefslogtreecommitdiff
path: root/net/sshtunnel/files/uci_sshtunnel
Commit message (Collapse)AuthorAge
* sshtunnel: simplify command compositionSergey Ponomarev2023-12-27
| | | | | | | | | | | | Remove append_params and use shell expressions instead e.g. ${port:+-p $port}. Note that we can't do that with ProxyCommand because it has to be quoted. The order of options was changed from more important like hostname to just static -nN. The CompressionLevel option is removed from SSH2. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* sshtunnel: uci_sshtunnel use example.comSergey Ponomarev2023-10-08
| | | | Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* sshtunnel: uci_sshtunnel simplifySergey Ponomarev2023-10-08
| | | | | | | | Simplify comment and make it shorter. Remove triling tab after retrydelay. Use a full path for IdentityFile because otherwise the uci validation fails with the relative path ~/.ssh Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* sshtunnel: fix type, case and whitespace issuesStefan Weil2023-04-15
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* sshtunnel: Update init scriptJeffery To2019-02-04
| | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also fixes some validation, makes variable declarations local, removes unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* sshtunnel: move to githubNuno Goncalves2014-09-16
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>