Ok I've used PUTTY and can interact with my router with SSH but, given that I have Windows 10 Pro 64 bit, where would I write stuff like this to interact with my router:
Here an example, looking at the first two sections of the “system” subsystem from uci's command line interface:
most of the configs are in /etc/config and can be edited with a text editor
(it's a good idea to learn vi, it's old, it's odd, but it's available on any
*nix based system)
these parameters can be changed via the LUCI web GUI, via command-line uci
tools, or by editing the files directly
to learn how to use a command, do man and you should get a page of
instructions
Well I used Vi back in the 1980s with UNIX but don't have Vi or Vim on my Windows 10 Pro 64 bit. I can type commands and use text editors etc. The problem is how to interact with the router with these commands in Windows. SSH can "talk" with the router. But how does one issue commands like these and have them get to the router?
root@lede:~# uci show system
system.@system[0]=system
system.@system[0].hostname='lede'
system.@system[0].timezone='UTC'
system.ntp=timeserver
Are these simply issued with Telnet for example?
I think I am asking something so basic that it has been completely left out of the documentation., Namely how to issue these Command line instructions and have my LEDE router get the instructions?
VI is included in LEDE itself, as hnyman and dlang have mentioned you can also install other editors like nano and they will also be part of LEDE once installed, i think that's what you were looking for.
Thank you for your pointers! They did help. I am used to interacting with a router through a web like interface so am trying that way now. Undoubtedly with production settings the SSH approach could be faster.