in reply to Is Net::SSH::Perl still supported? Can I install it on Centos 7?

If you want a Perl module which acts as an SSH client and is available as an RPM in the main CentOS 7 repos then you have 1 choice: Net::OpenSSH which is in EPEL. This is only a few versions behind the latest on CPAN.

  • Comment on Re: Is Net::SSH::Perl still supported? Can I install it on Centos 7?

Replies are listed 'Best First'.
Re^2: Is Net::SSH::Perl still supported? Can I install it on Centos 7?
by cbeckley (Curate) on Mar 08, 2017 at 17:55 UTC

    Thank you! I was able to install Net::OpenSSH with no problem after I installed the epel-release.