AsusNovice
New Around Here
Thank you for any help that can be provided, I have made reasonable efforts to search for answers 
Asus RT-AC86U with Merlin 386.3_2. I have used Asus routers for VPN as server and client for some time, but only recently into merlin and now scripting. Experienced C/Windows programmer, which is no doubt a hinderance getting to grips with Linux and SH scripting
This link is similar to what I am attempting - automatically create a reverse SSH tunnel from the Asus to a known point in the outside world. I have got to:
Any (gentle
) advice / suggestions welcome ...
AN

Asus RT-AC86U with Merlin 386.3_2. I have used Asus routers for VPN as server and client for some time, but only recently into merlin and now scripting. Experienced C/Windows programmer, which is no doubt a hinderance getting to grips with Linux and SH scripting

This link is similar to what I am attempting - automatically create a reverse SSH tunnel from the Asus to a known point in the outside world. I have got to:
- Using Putty to login into router
- Got scripts running both manually executed, and automatically [e.g. wan-event], and decoded / acting on the $1/$2 entry parameters.
- Logging to an output file the progress of the script.
- Getting the rev SSH tunnel setup from the command line:
dbclient -p xxxx -i /jffs/.ssh/asus -y -R 0.0.0.0:yyyy:localhost:zzzz user@domain.net
Any (gentle

AN