Hi know this is not secure but it need to work for someone.
My Tiny Core auto logs on as TC and starts x and everything works.
I have telnet running. We have a client that has a program and that program needs to reboot the TC computer.
He does this(in his source code that we can't change) by issuing the command 'reboot'. I gave him the root password and added
a couple of pseudo-terminals in the 'security' file to allow root login via telnet. To test it I connected via telnet which now accepts the root password and seems to login with no errors but I get the tc home folder and tc prompt. I'm not logged in as root. Then I read about the file in /etc/sysconfig/superuser. I thought that would allow login in as root which it does but also auto logs me in as root and no longer as tc?.
So is it possible to really log on as root and be root via telnet? If so, How?