in reply to Re: passphrase on a RSA key with net::ssh::perl
in thread passphrase on a RSA key with net::ssh::perl

Hello Khen, Thanks for the prompt response. The above would work assuming the key ("/home/User/.ssh/id_rsa") did not have a password. i.e. if you entered a null password when ssh-keygen prompted for one. However my keys have explicit passwords set. Although the example above tells net::ssh::perl to use a key for authentication, it is still not automatically providing the password.
  • Comment on Re^2: passphrase on a RSA key with net::ssh::perl

Replies are listed 'Best First'.
Re^3: passphrase on a RSA key with net::ssh::perl
by Anonymous Monk on Mar 22, 2016 at 12:42 UTC
    Hi, I am stuck in same problem. Do you got any solution. Please do share.