HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- installation of ssh-module or telnet for perl on...
Operating System - Linux
1828230
Members
2649
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 09:16 PM
11-29-2007 09:16 PM
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
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
- Tags:
- Perl
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 12:34 AM
11-30-2007 12:34 AM
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...
You shouldn't have any trouble if you use CPAN and allow it to follow dependencies:
# perl -MCPAN -e shell
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 12:36 AM
11-30-2007 12:36 AM
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
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
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP