1. SSH to the server
2. Go to the password directory
cd /etc/
3. Copy password
cp shadow shadow2
4. Then, type the command below and write down the new password
passwd admin
To remove the password
rm shadow
and
mv shadow2 shadow
DONE!
1. SSH to the server
2. Go to the password directory
cd /etc/
3. Copy password
cp shadow shadow2
4. Then, type the command below and write down the new password
passwd admin
To remove the password
rm shadow
and
mv shadow2 shadow
DONE!