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

Use Net::OpenSSH.

Other options are Net::SSH2 and Net::SSH::Any.

Avoid Net::SSH::Expect, it is quite unreliable!

  • 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:51 UTC

    Thank you! Net::OpenSSH is working beautifully!