in reply to Re: ssh key ( known_hosts ) through perl module
in thread ssh key ( known_hosts ) through perl module

//Moreover,Why not using Net::SSH::Perl ? //

Net::SSH::Perl module required authentication. I mean we need to specify the <username> and <password> in the script or interactively.

Anyways, now using IO::open2 for ssh operation.

Thanks,
Swaroop
  • Comment on Re^2: ssh key ( known_hosts ) through perl module