What am I missing? I change the root password on a unix machine, then try to log in with that password. PasswordAuthentication is set to yes in sshd_config and the sshd daemon has been restarted.
I just installed ubuntu on my netbook and am loving it!!
What I’m now trying to do is set up my root account.
I tried to run the following command at a command prompt:
su root
and use the password for the main account i set up during the install process. but that didn't work.
thesystematic wrote:sudo takes by default your user password, su takes your root password. i'd suggest trying to change the root password with sudo then checking again to make sure you have the password right. That is, log in to root using sudo and run passwd.Okaaay, this fixed. I thought it would be more a more complex issue Oo.
sudo (Which I have configured to ask for a password) is rejecting my password (as if I mis-typed it) I am absolutely not typing it incorrectly. I have changed the password temporarily to alphabetic characters only, and it looks fine in plaintext, in the same terminal.
Possible Duplicate:
How do I reset a lost Administrative(root) password?
I am still logged in but can't do anything sudo. I changed the password but I think there must have been a typo or something. So if I log out I wont be able to log in.
Is there any remedy or solution to this. I just want to remove all password privileges or change to my earlier password.
If you already had enabled the root account, but now for some reason the password doesn`t work, then sudo passwd root doesn`t help you, because you need the root password to change it. Anyway, this solution is from 2006, but I can not see why it wouldn`t work now in 2013... http://www.cyberciti.biz/faq/linux-rese … -password/ or this one: http://www.slashgeek.net/2012/06/12/res … 5-minutes/
hi friends i changed my fedora15 root password at kernel it asking for new password in command prompt after resetting new password , while booting if i give new changed password it not at all taking and showing an error password not authenticated how to solve this pls help me...
:(
Grant wrote:But how can sudo get every permissions, if I don't give root's password when asked?If I use my password to run programs as root, it isn't a little insecure?It is repetitive, because I'm already logged, and so it's like a second log in.It will only grant those permissions if the running user is listed in the sudoers file.It's not a second login, it's g
Hello,
Here's my current situation. I have installed Backtrack 5 R1 (which is essentially Ubuntu 10.04 with lots of preloaded packages) onto a 16 GB flash drive, and everything words fine until I change the root password. I have the Gnome 64-bit edition.
The default root/toor combination works, and I'm able to load the desktop using startx.