in reply to How do I send a password to a command I start with Perl's Expect.pm
Make one system be the authoritative source of the passwd file, and then have the other systems pull the file from there via cronjob. A certain place I worked did this for many thousands of machines with 99-point-many-nines-percent success. Every once in a while a particular machine would fail the pull; the retry next hour usually fixed it without any intervention.
Neither rsync nor scp will require the installation of anyting except for authorized keys so the password file can be copied without requiring the root password.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I send a password to a command I start with Perl's Expect.pm
by Anonymous Monk on Oct 23, 2010 at 02:14 UTC | |
by pemungkah (Priest) on Oct 25, 2010 at 16:00 UTC |