md5 pwgen

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-05-05 18:40:41 +02:00
parent a44bfb95e3
commit 2db6d95b5c
1 changed files with 10 additions and 0 deletions

View 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]]