my $set_password = '/usr/bin/ssh ' . $targethost . " \"echo \Q$new_password\E | /usr/bin/passwd --stdin $username\""; system($set_password);