Help for this page

Select Code to Download


  1. or download this
    my $set_password = qq(/usr/bin/ssh $targethost "echo ')
                     . quotemeta($new_password)
                     . qq(' | /usr/bin/passwd --stdin $username");
    system($set_password);