summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-sshtunnel/Makefile
AgeCommit message (Collapse)Author
2024-05-28treewide: add missing license informationSergey Ponomarev
The license is derived from sources or from a copyright of the Makefile. Otherwise, a global Apache-2.0 is used. Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-28luci-app-sshtunnel: servers: ProxyCommand optionSergey Ponomarev
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-28Revert "luci-app-sshtunnel: servers: ProxyCommand option"Paul Donald
This reverts commit 24236d5e964d7e41a2579b0dc6ba8b49360295be.
2023-12-28luci-app-sshtunnel: servers: ProxyCommand optionSergey Ponomarev
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-04New app: luci-app-sshtunnel for SSH tunnels (#6424)Sergey Ponomarev
* luci-app-sshtunnel: SSH tunnels The app helps to configure SSH tunnels. You can also generate an SSH key and see known hosts. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>