- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OenSSH & SSL
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-08-2012 07:30 AM
03-08-2012 07:30 AM
OenSSH & SSL
Hi ,
I want to know OpenSSH & OpenSSL advisable for HP-UX operating system ?? Kindly suggest me
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2012 08:25 AM
03-08-2012 08:25 AM
Re: OenSSH & SSL
Short answer:
Yes.
It is very much advisable to use some form of SSH instead of legacy protocols like telnet, rsh/rlogin or FTP.
OpenSSL is a good SSL/TLS/generic encryption library and toolkit if you need one.
Longer answer (trying to guess what you actually meant to ask):
HP officially supports a version of OpenSSH for HP-UX, called HP Secure Shell.
It is available for free at software.hp.com, but may not always up to date with the latest OpenSSH version:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
OpenSSL is also available for free from software.hp.com:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I
The Porting Archive may have newer versions of OpenSSH and OpenSSL already built as depots for HP-UX, but these are not officially supported by HP and the quality of the porting and packaging work may sometimes vary. But if you need the absolutely-latest version, this might be a good place to get them easily for HP-UX:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2012 10:24 AM - edited 03-08-2012 10:26 AM
03-08-2012 10:24 AM - edited 03-08-2012 10:26 AM
Re: OenSSH & SSL
Hi
many thanks for your reply.
i have download and installed OpenSSH, how to add this sshd deamon to /sbin/init.d/ because then only deamon start automaticaly while restart the HP server.
Openssh path : /usr/local/sbin/sshd ->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2012 11:54 AM
03-08-2012 11:54 AM
Re: OenSSH & SSL
Your system should have a "template" of a startup script in /sbin/init.d/template.
Copy it, and edit the copy to make it start /usr/local/sbin/sshd.
See also the rc(1m) man page on your system (run "man rc" to view it). The first chapter (titled DESCRIPTION) describes /sbin/rc, the master sequencer script that is started by init and starts all the daemon startup scripts.
The chapter titled "Start and Kill Scripts" and everything after that describes how the startup scripts (like /sbin/init.d/template) are used and what are the requirements for them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2012 12:54 PM
03-08-2012 12:54 PM
Re: OenSSH & SSL
If you had downloaded HP's port of OpenSSH then you would not have to worry about setting up your own stop and start scripts as the installation will do that for you.
HP's SSH is available here:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA