Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I want to be able to ssh into my machine as somebody other than "root" (and hopefully deactivate the root account). To do this, I do "usermod -s /ffp/bin/sh" so that I have the correct shell when connecting via ssh (not busybox).
After reboot though, my user's -s path is reset to "/bin/sh" (my home -d path is also reset, but that's not a big deal). Is this normal? Should I not bother and just ssh into my machine via root all the time?
My fix was to just add the usermod commands at the bottom of my fun_plug, to set the paths after every boot.
Am I doing something wrong/stupid? Is there another, smarter, way to achieve my goal?
Offline
Offline
Ah... I forgot to store-passwd.sh. Thankyou very much.
Offline