1834646 Members
2297 Online
110069 Solutions
New Discussion

OpenSSH Installation

 
VVS
Regular Advisor

OpenSSH Installation

Hi all,

I want to install Openssh application on my production system having HP-Ux 11i v1 (PA-RISC).

I got this application from http://hpux.cs.utah.edu - openssh-5.0p1 and its dependencies.

Now, for testing purpose I decided to install it on my dev server.
For prerequisite I checked all dependencies on my system in which Openssl 0.9.7 is already installed. Hence, assuming it suite the current openssl version we installed all dependencies and Openssh successfully.

Then in my post-configuration step I am generating host-key using "ssh-host-key-setup" but, I am getting below error:
[dev2]: /usr/local/bin # ssh-host-key-setup
OpenSSL version mismatch. Built against 90807f, you have 90704f
OpenSSL version mismatch. Built against 90807f, you have 90704f
OpenSSL version mismatch. Built against 90807f, you have 90704f
[dev2]: /usr/local/bin # swlist -l patch |grep -i openssl
# openssl A.00.09.07-d.002 Secure Network Communications Protocol
# openssl.OPENSSL-CER A.00.09.07-d.002 OpenSSL Certs Files
# openssl.OPENSSL-CONF A.00.09.07-d.002 OpenSSL Configure File
# openssl.OPENSSL-DOC A.00.09.07-d.002 OpenSSL Document Files
# openssl.OPENSSL-INC A.00.09.07-d.002 OpenSSL Header Files
# openssl.OPENSSL-LIB A.00.09.07-d.002 OpenSSL Library Files
# openssl.OPENSSL-MAN A.00.09.07-d.002 OpenSSL Manual pages
# openssl.OPENSSL-MIS A.00.09.07-d.002 OpenSSL Miscellaneous Files
# openssl.OPENSSL-PRNG A.00.09.07-d.002 OpenSSL Prng Files
# openssl.OPENSSL-PVT A.00.09.07-d.002 OpenSSL Private Files
# openssl.OPENSSL-RUN A.00.09.07-d.002 OpenSSL Executable Files
# openssl.OPENSSL-SRC A.00.09.07-d.002 OpenSSL Source Files

Now, I am stuck with below questions:

1) How do i come to know whether the current openssl is configured and in use for any special task?
2) Where are the configuration file of Openssl I need to take care / backup?
3) Is that I need to upgrade Openssl to current version "openssl-0.9.8i"? and is it screw up my system?
4) Any other info also appreciated for this issue.

Thanks in advance.

regards,

VVS.
Work is life, you know, and without it, there's nothing but fear and insecurity.
5 REPLIES 5
John Guster
Trusted Contributor

Re: OpenSSH Installation

HP provide HP-UX Secure Shell. Why not use that?
Tim Nelson
Honored Contributor

Re: OpenSSH Installation

And the location for Secure Shell for hpux 11.11 is ......

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

James R. Ferguson
Acclaimed Contributor

Re: OpenSSH Installation

Hi:

I agree with John & Tim. In fact, the HP-UX Porting center specifically mentions the officially supported HP version (product T1471AA available from the HP-UX Software Depot) in the description for 'openssh'. This is the link to which Tim pointed.

Regards!

...JRF...
VVS
Regular Advisor

Re: OpenSSH Installation

Thaks all for your suggestion.

But please guide me about the openssl issue.

Regards,

VVS

Work is life, you know, and without it, there's nothing but fear and insecurity.
VVS
Regular Advisor

Re: OpenSSH Installation

thanks all,

OpenSSH is working fine

regards,

VVS
Work is life, you know, and without it, there's nothing but fear and insecurity.