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)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 18:27:53 +0000 (19:27 +0100)
commit7d14746ae88a83163a7e34daae70b264285bbe56
tree177683e67b8558a259f63ed19d5fb0043b14a1fc
parent9d746c75f4023bf3c4bcfe77eaa394fbf0188d95
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>
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]