Quote:
Originally Posted by
colbyshores
That being said. Using puppet to deploy ftp accounts utilizing vsftp virtual users requires the use of pam_pwdfile module for authentication from what I have read, unfortunately however the password hashes are different on every machine.
Yes. This is how hashes work. A random number is thrown in to make brute-forcing them far more difficult.
If the two machines use the same encryption algorithms, the salts don't matter. The computer has to 'crack' the salts anyway, it's just there to make brute-forcing them back into valid passwords exponentially more difficult.