Operating System - HP-UX
1834804 Members
2842 Online
110070 Solutions
New Discussion

Re: HPUX 11.0 : Installation & Setup of Open SSH

 
SOLVED
Go to solution
LG Porter
Frequent Advisor

HPUX 11.0 : Installation & Setup of Open SSH

I have a N4000 server running HPUX 11.0. I am attempting to install Open SSH. Is there a good installation instructions available for setting up open ssh on HPUX? I check receiving a message that indicates "Couldn't connect to PRNGD socket "/var/run/egd-pool": No such file or directory ....Entropy collection failed". Is there supposed to be a socket file created for sshd to run?
8 REPLIES 8
harry d brown jr
Honored Contributor

Re: HPUX 11.0 : Installation & Setup of Open SSH


Ignore that link back to this post, cut and paste error, sorry.

Here is what the last line should look like:

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.4p1/

live free or die
harry
Live Free or Die
Wodisch
Honored Contributor

Re: HPUX 11.0 : Installation & Setup of Open SSH

Hi,

HP delivers an older version of the OpenSSH (3.1 instead of 3.4) as a free product, which you could get from "software.hp.com" and simply "swinstall"...

FWIW,
Wodisch (who's is waiting for this thing to be updated impatiently)
Jeff Schussele
Honored Contributor

Re: HPUX 11.0 : Installation & Setup of Open SSH

Hi LG,

Although Wodisch has a point RE installation ease, I'd recommend the 3.4 version as it has the fix for a well-known exploitation of 3.1.

We download, compile & swpackage our own 3.4 for installation ease. More work up front, but ease of mind on the back-side.

If you're listening HP - it's about time you had the 3.4 pkg available as a swinstall pkg!

My 2 cents,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
harry d brown jr
Honored Contributor

Re: HPUX 11.0 : Installation & Setup of Open SSH

 
Live Free or Die
Roger Baptiste
Honored Contributor

Re: HPUX 11.0 : Installation & Setup of Open SSH


<<- in the case of HP -> "listen or die" >>

*LOL* I agree.

Take it easy.
John Morris
Advisor

Re: HPUX 11.0 : Installation & Setup of Open SSH

Plese refer to HPSBUX0206-195
"Sec. Vulnerability in OpenSSH on HP-UX" for
information on the latest version of
OpenSSH available from www.software.hp.com.


John Morris
SOFTWARE SECURITY RESPONSE TEAM (SSRT)
Hewlett-Packard Company
HP Services

Join our (pre-merger) HP SECURITY BULLETIN MAILING LIST!
http://itrc.hp.com
In the left most frame select "Maintenance and Support"
Under the "Notifications" section (near the bottom of the page),
select "Support Information Digests".

JOIN OUR (pre-merger) COMPAQ CUSTOMER SECURITY BULLETIN MAILING LIST!
http://www.support.compaq.com/patches/mailing-list.shtml
Mehdi_1
Regular Advisor

Re: HPUX 11.0 : Installation & Setup of Open SSH

Hi

The problem above normally is fixed if you restart your PRNGD server.

Also a good site on how to compile and install the openssh on HPUX platform is:


http://www.atomicgears.com/papers/osshhpux.html

I always try to use that site when i am building binary for HPUX Archive.

I hope that helps.