Welcome to the Linux Foundation Forum!
Password reset for Ubuntu 10.10 RAID5 server
mtwo3
Posts: 1
My most sincere apologies if this is the wrong place to put this question but i'm a little desperate.
A friend was supposed to help me setup a Linux Server and after some time of not using the server because it was missing a drive i got tired of waiting and decided to rescue my data. Now i'm stuck at the login prompt and he has forgotten the user ID.
how can i recover the password for this server? I've done some looking up and there seems to be several methods, but i'm a total noob at Linux and I need step by step help. pleeeeeease.
thanks
0
Comments
-
You need to access the hard drive whether it's placing it in another machine or booting from a LiveCD
From there, you must edit the files /etc/passwd and /etc/shadow and edit the lines for the user you want to change the password of. Write there *exactly* the same of a user that you haven't forgotten the password of (can be the same text from another computer).
Reboot the machine and you are ready to go
Regards0 -
How to do it depends upon a number of factors, such as what authentication method the server was configured with - standard (password is stored encrypted in /etc/shadow), or some sort of single sign-on such as YP or LDAP. I would boot with a Live CD/DVD, login as root, mount the server / directory somewhere, such as /mnt/server-root, then chroot to that directory. At that point, you should be able to use the normal passwd utility to update the password to something you and your colleague can remember. Alternatively, you can setup sudo on the server file system so that you can login as a normal user, and then reboot, login as yourself, "sudo su" to root, and run passwd to change the root password. Clear as mud, right? :-) Anyway, see if you can make sense out of this. If not, I'll try to do a step-by-step process map for you.0
-
woboyle wrote:How to do it depends upon a number of factors, such as what authentication method the server was configured with - standard (password is stored encrypted in /etc/shadow), or some sort of single sign-on such as YP or LDAP. I would boot with a Live CD/DVD, login as root, mount the server / directory somewhere, such as /mnt/server-root, then chroot to that directory. At that point, you should be able to use the normal passwd utility to update the password to something you and your colleague can remember. Alternatively, you can setup sudo on the server file system so that you can login as a normal user, and then reboot, login as yourself, "sudo su" to root, and run passwd to change the root password. Clear as mud, right? :-) Anyway, see if you can make sense out of this. If not, I'll try to do a step-by-step process map for you.
Your solution is way more elegant than mine
0 -
As I understand it, you need the root password (root being the usual administrator user). Once you can log in as root you can change any users password. Here is a How To to recover lost root passwords:
http://www.debuntu.org/recover-root-password-single-user-mode-and-grub
Good luck0 -
raluxs wrote:As I understand it, you need the root password (root being the usual administrator user). Once you can log in as root you can change any users password. Here is a How To to recover lost root passwords:
http://www.debuntu.org/recover-root-password-single-user-mode-and-grub
Good luck
You can change any password without needing root's password although it's simpler if you get it first
0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 4 LFD210-CN Class Forum
- 681 LFS101 Class Forum
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 946 Programming and Development
- 310 Kernel Development
- 618 Software Development
- 981 Software
- 373 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)