chuckr
Still Fresh
I have my new Pandora, and my chuckr login with password is working fine, but I can't see (in all my searching) what the root password is, so I couldn't get it and change it. Please, can you help me?
mali said:n00b question:
Would "ssh root@127.0.0.1" work too?
mali said:Much to learn. I can't do sudo su on my N800, cause I don't know the password, ssh root works though, as the ssh software asked for a new password when installing.
chuckr said:I have my new Pandora, and my chuckr login with password is working fine, but I can't see (in all my searching) what the root password is, so I couldn't get it and change it. Please, can you help me?
Pleng said:You wan't to know the password to enter when prompted after typing sudo [somecommand] right? It should be the same as the password for the first user you set up (chuckr, in your case)
Exophase said:Pleng said:You wan't to know the password to enter when prompted after typing sudo [somecommand] right? It should be the same as the password for the first user you set up (chuckr, in your case)
That's not the root password, and probably not what he's asking for since he's indicated he can login.
EvilDragon said:But sudo asks for the user password.
So with sudo su, you can become root when entering the user password.
It would be better to lock the account. "passwd -l root" should do it. But if you're using tinylogin (which doesn't have the -l flag for passwd), just put a ! in front of the hashed password in /etc/shadow. Minor thing, really. Off topic too. Sorry.EvilDragon said:The root password is setup randomly in the first boot wizard. No one knows it.