ASUS RT-AC86U
Thank you
@ColinTaylor - going from 384.18 to 384.19 introduced the problem for me - your instructions worked perfectly & allowed me to just re-add the user.
For any newbie like me - here is a reference to enable ssh on ASUS RT-AC86U: (taken from
https://www.htpcguides.com/enable-ssh-asus-routers-without-ssh-keys/)
ASUS Router Simple Local SSH access
Log into the web interface of the Asus Router
Click
Administration in the left pane
Click the
System Tab
Under
SSH Daemon section set
Enable SSH to
Yes
Set the
SSH service port if you don't want to use the standard SSH port (22)
Set
Allow SSH password login to
Yes
Set
Enable SSH Brute Force Protection to
Yes
Scroll down and click
Apply
After enabling ssh on the router, access the router from a command prompt on a pc with
ssh <your_router_admin_user>@<your.router.ip.address>
enter password, then you'll be at a command prompt where you can enter the instructions (nvram..) from
@ColinTaylor