What's new

how to create a ssh tunelling on the router ?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Might have to install openssh over the default dropbear...

One thing to consider - from your desk - Snowflake has been fairly successful at getting past the latest restrictions over in Russia and Iran...


Install that on your desktop PC - and then share internet from it to the other devices...
 
hey man, snowflake works one time out of 10 and when it works it can't be a solution for someone like me who works on computers all day.
openssh over dropbear, i will have a look, any tutorial or ressources ?
best regards.
 
hey man, snowflake works one time out of 10 and when it works it can't be a solution for someone like me who works on computers all day.
openssh over dropbear, i will have a look, any tutorial or ressources ?
best regards.

I think openssh-client and openssh-server are over in entware...

You'll have to disable the dropbear, or move it to a different port
 
openssh over dropbear, i will have a look, any tutorial or ressources ?
Here's the post where I described how to install the OpenSSH Server on the ASUS router via Entware:


Note that SSH Tunneling is enabled by default for *both* "local" & "remote" port forwarding:
Code:
AllowTcpForwarding yes
If you want to be more explicit and based on your needs, you can set it for one or the other:
Code:
AllowTcpForwarding local
OR
Code:
AllowTcpForwarding remote

HTH.
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top