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:56:38 +0000 (23:56 +0100)
commit32fa0879e97e151e3559e2f974d13080a57f2dc5
tree2e786c7dad159d8e40fae6a1b2e743ce2ff36e36
parent2c59acec8c340f52757469e0dddf6a4b3c410b95
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]