Net::SSH::Perl installation is relatively straightforward. If CPAN shell is set up, you should just be able to do
# perl -MCPAN -e ‘install Net::SSH::Perl’
If you don’t like that, you can download the distribution; the latest version on CPAN can be found at
http://search.cpan.org/dist/Net-SSH-Perl/
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
The only slightly complicated bit in the installation is that you’ll need to install Crypt:: modules depending on which ciphers you wish to use. If it doesn’t work, or if you don’t like this option, you’ll need to do the installations manually. In which case you’ll need to install the prerequisites listed above for your chosen protocol, plus any additional Crypt:: modules you wish to use.
If you require help, contact SupportPRO Server Admin
