md5 pwgen
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a44bfb95e3
commit
2db6d95b5c
1 changed files with 10 additions and 0 deletions
10
blog/how-to-generate-crypted-md5-password-shadow.mdwn
Normal file
10
blog/how-to-generate-crypted-md5-password-shadow.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[[!meta title="How to generate a /etc/shadow compatible md5 password"]]
|
||||
|
||||
Hopefully to save somebody's else time, you can do that easily with
|
||||
[openssl](http://www.openssl.org/):
|
||||
|
||||
openssl passwd -1
|
||||
|
||||
See also **openssl-passwd(1)**.
|
||||
|
||||
[[!tag eth unix]]
|
Loading…
Reference in a new issue