hey i want to change the password of a user on a remote
machine using
perl code ..
how to i do it???
remote password changing
2006-02-14 13:09:50
chinzi wrote:
> hey i want to change the password of a user on a remote
machine using
> perl code ..
> how to i do it???
Look into the Net::SSH module, available on CPAN. It allows
you to
login and send a command to the remote machine.
Paul Lalli