New app: luci-app-sshtunnel for SSH tunnels (#6424)
authorSergey Ponomarev <stokito@gmail.com>
Mon, 4 Dec 2023 18:27:53 +0000 (20:27 +0200)
committerPaul Donald <newtwen@gmail.com>
Mon, 4 Dec 2023 22:55:05 +0000 (23:55 +0100)
commit97c357ddabe88a89be07ebe5bc2d948a2c6a27c8
tree78d59c8da99b8dec373483b4a7663092a4a570f9
parentb47850a94ef78739c7d01d5711a94f394a09fce8
New app: luci-app-sshtunnel for SSH tunnels (#6424)

* 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>
(cherry picked from commit 7d14746ae88a83163a7e34daae70b264285bbe56)
applications/luci-app-sshtunnel/Makefile [new file with mode: 0644]
applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js [new file with mode: 0644]
applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js [new file with mode: 0644]
applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js [new file with mode: 0644]
applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js [new file with mode: 0644]
applications/luci-app-sshtunnel/po/ru/sshtunnel.po [new file with mode: 0644]
applications/luci-app-sshtunnel/po/templates/sshtunnel.pot [new file with mode: 0644]
applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json [new file with mode: 0644]
applications/luci-app-sshtunnel/root/usr/share/rpcd/acl.d/luci-app-sshtunnel.json [new file with mode: 0644]