Now that I have a nicely working TCL system I want to set it up headless and use the dropbear client.
So, from the tc user prompt I used the command
/usr/local/etc/init.d/dropbear start
This started the dropbear client, but during the start process I noticed that it failed to generate the needed security keys and failed with permission denied error. The client still started but I was not very useful so I stopped it and tried again with:
sudo /usr/local/etc/init.d/dropbear start
With "sudo" the client started correctly and generated the security keys.
My question is, when I add this line to the bootlocal.sh do I need to include the sudo part of the command or does bootlocal.sh already run as root?
Thanks,
BKM