Hi,
I've been successfully SSH'ing to the BusyBox shell within my 4320L router, however I need to be able to do this without inputting my admin password every time. (I'm writing a single line ssh command from another server to force a reboot upon certain conditions and can't be prompted by a pwd.)
To do this, I need to add a public SSH key on the router. I see it uses dropbear and so assume I would need to put the 'authorized_keys' file into the /etc/dropbear/ folder. Only problem is, this is a READ-ONLY file location and file structure!
Please help. How can I change this folder to have read/write permission!?
Applying ‘chmod 0600’ to the dropbear folder simply gives me the "chmod: /etc/dropbear/" Read-only file system" error.
Thanks.