www.nico.schottelius.org/blog/how-to-generate-crypted-md5-password-shadow.mdwn
Nico Schottelius 1bb01ed75d english +++
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2010-05-05 18:44:28 +02:00

11 lines
262 B
Markdown

[[!meta title="How to generate a /etc/shadow compatible md5 password"]]
Documentated here to save somebody's else's time, you can do that easily with
[openssl](http://www.openssl.org/):
openssl passwd -1
See also **openssl-passwd(1)**.
[[!tag eth unix]]