Operating System - Linux
1828360 Members
2996 Online
109976 Solutions
New Discussion

Re: installation of ssh-module or telnet for perl on HPUX

 
Jonay
Occasional Advisor

installation of ssh-module or telnet for perl on HPUX

Hello,
did someone successfull installation of perl with working ssh-module or telnet modules ?
I have tried several times without success ! :-(
where can I found a good install procedure for it ?

thanks in advance,

Jonay
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: installation of ssh-module or telnet for perl on HPUX

Hi Jonay:

You shouldn't have any trouble if you use CPAN and allow it to follow dependencies:

# perl -MCPAN -e shell

Regards!

...JRF...
Ralph Grothe
Honored Contributor

Re: installation of ssh-module or telnet for perl on HPUX

Hi Jonay,

I don't no which particular SSH module your refer to.
But the simplest way is to configure your CPAN module correctly (which you will be guided through the first time you invoke it),
and merely run the install procedure on a particular module.

Then all you do is

# perl -MCPAN -e 'install Net::SSH'

Of course, to know how to use the module's interface requires reading its POD after the install.

$ perldoc Net::SSH
Madness, thy name is system administration