[OpenWrt Wiki] package: sshtunnel
openwrt.org › packages › pkgdataDec 19, 2021 · Description: Creates openssh ssh (1) Local and Remote tunnels configured in UCI file. Can be used to allow remote connections, possibly over NATed connections or without public IP/DNS\\ \\. Installed size: 2kB. Dependencies: libc, librt, libpthread, openssh-client. Categories:
OpenWrt SSH tunnel · GitHub
gist.github.com › ssalonen › 9755dfd631a60951a369dDec 16, 2021 · OpenWrt SSH tunnel.md. Short how-to for creating a reverse ssh tunnel to a remote server. Useful for breaking NATted connection for example. At OpenWrt: opkg update opkg install sshtunnel. At remote server: create client ssh keys. ssh-keygen -b 2048 -t rsa. Move the resulting private key to OpenWrt /root/.ssh/id_rsa, and assign chmod 600.
[OpenWrt Wiki] SSH tunnel
openwrt.org › docs › guide-userSSH tunnelling in OpenWrt can be done by using the sshtunnel package. Its uci configuration is located in /etc/config/sshtunnel. This file is responsible for defining ssh servers and tunnels. Sshtunnel depends on openssh-client, because the ssh client included by default on OpenWrt (dropbear) doesn't support most of the needed features.
[OpenWrt Wiki] SSH tunnel
https://openwrt.org/docs/guide-user/services/ssh/sshtunnel15 rader · SSH tunnelling in OpenWrt can be done by using the sshtunnel package. Its uci configuration is located in /etc/config/sshtunnel. This file is responsible for defining ssh servers and tunnels. Sshtunnel depends on openssh-client, because the ssh client included by default on OpenWrt (dropbear) doesn't support most of the needed features.