LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   incorrect password when logging in as su - (https://www.linuxquestions.org/questions/linux-general-1/incorrect-password-when-logging-in-as-su-25416/)

DMB 07-09-2002 01:09 PM

incorrect password when logging in as su -
 
When logging into server via telnet I can login in with admin user and password fine, but trying to su - to root, I type the password and recieve incorrect password.

I have reset the password numerous times, checked the passwd, shadow and group files all is correct.

Do you have any troubleshooting procedures or fixes for this issue? Any help would be much appreciated. Thanks.

JaseP 07-09-2002 01:19 PM

You may have system security set so high as to not permit su root logins remotely. Check into that.

fatgod 07-09-2002 01:39 PM

hmmm... if you use some strange characters in your password then maybe they are not supported by ssh. Also possibly if the keyboard region is different at work??? but if you are using regular characters for your password then forget all the above ;)

Good luck!

pickledbeans 07-09-2002 03:00 PM

What distro did you say your using?
Try adding you user name to wheel group.
man usermod

Also consider using sudo to preform SA task like, roboots,
mounts, useadds, ppp etc.

man sudo
man visudo
man sudoers


The idea being you want to spend a little time as possible
logged in as root.:study:


All times are GMT -5. The time now is 05:35 PM.