http://www.perlmonks.org?node_id=1009705


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.