How to encrypt password

Thomas Lange lange at informatik.uni-koeln.de
Mon Apr 7 14:59:46 CEST 2008


>>>>> On Mon, 7 Apr 2008 14:54:49 +0200, Walter den Besten <w.denbesten at nimbuzz.com> said:

    > In the examples for FAI, the password for root is setup as "fai".
    > I want to use the same way to define a password for an  other local  
    > user which should exist on all our servers.
    > However, I can't find the way to translate "fai" to something like  
    > "$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1"

    > Could someone tell me how?
echo "yoursecrectpassword" | mkpasswd -Hmd5 -s

-- 
regards Thomas


More information about the linux-fai mailing list