On the net::ssh::perl documentation I came across this statement,
The password $password is needed only for password authentication (it's not used for passphrases on encrypted RSA/DSA identity files, though perhaps it should be).
So the question is, if you have rsa keys (which are not created with empty passwords), is it possible to provide this password through net::ssh::perl.
I understand you can use the identity fields to use public key authetication. However I want to know if remote commands can be automated if you have passwords on the keys.
Thanks