This shows you the differences between two versions of the page.
|
generate_encrypted_password [2013/04/30 15:05] root removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Generate encrypted password ====== | ||
| - | If you manually want to change the password field in the shadow file, the md5 encrypted string can be gerated like this: | ||
| - | |||
| - | # openssl passwd -1 badpassword | ||
| - | $1$t/Y0/ENi$PccO/XwuuZb4q/uhfh4Yf0 | ||