in reply to Re^2: passwords with special characters are trying to kill me... no seriously!
in thread passwords with special characters are trying to kill me... no seriously!
my $set_password = qq(/usr/bin/ssh $targethost "echo ') . quotemeta($new_password) . qq(' | /usr/bin/passwd --stdin $username"); system($set_password);
|
|---|