I finally have the TCL system that I wanted and now I want to run it headless. This means accessing it through a SSH client. Im my case its dropbear and it works just fine.
I created myself as a new user with:
sudo adduser bkm
and I gave it a password. All worked well, or so I thought.
I went to a remote pc on the network and used putty as SSH client. I was able to login to the TCL box using my new user and password, but when I wanted to do things that required "sudo" it wouldn't let me do it. So, I need a way to add my new user to the sudoers list and make it persistent.
I have added users to the sudoers list in a full debian install, but not sure how to do it here and still keep it persistent.
Any ideas?
BKM