Search code examples
perlwindows-server-2008-r2net-sshperlnetssh

NET-SSH2 for perl 5.20.2 on windows 2008 r2


I am trying to install NET-SSH2 for perl 5.20.2 on windows 2008r2 but no success.

C:\Perl>ppm install NET-SSH2
Downloading ActiveState Package Repository packlist...failed 500 Can't connect to ppm4.activestate.com:80
ppm install failed: Can't find any package that provides NET-SSH2

please help


Solution

  • Net::SSH2 is not in offical PPM repositories. Install it using below:

    ppm install http://www.sisyphusion.tk/ppm/Net-SSH2.ppd
    

    Tested on Windows 7 and Perl 5.18.4

    enter image description here