Search results

  • 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!

  1. M

    Changing WAN SSH Port

    Alternative solution (without port forwarding): create (executable) script in /jffs/scripts (for example "nat-start") with the following lines #!/bin/sh killall dropbear sleep 1 dropbear -p 22022 -p 192.168.1.1:22 -a You can add any flags to the last line (see dropbear --help)
Top