in reply to
Another ssh2 install problem
For Linux/Unix machines,
Net::OpenSSH
is probably a better option than Net::SSH2. You can even use
Net::OpenSSH::Compat::SSH2
, an adapter module providing Net::SSH2 API on top of Net::OpenSSH.
Comment on
Re: Another ssh2 install problem
In Section
Seekers of Perl Wisdom