Operating System - HP-UX
1837257 Members
2411 Online
110115 Solutions
New Discussion

/dev/random for HP-UX 11.00

 
SOLVED
Go to solution
Shawn Miller_2
Frequent Advisor

/dev/random for HP-UX 11.00

When using ssh some of my servers are really slow when connecting. These are typically 11.00 servers. The 11.23 are very fast. One difference is that the 11i servers have a /dev/random where as the 11.00 do not. I have looked around the HP site and do not see any sign of this being available for 11.00. Can some one tell me if it is and where I can get it. Thanks
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: /dev/random for HP-UX 11.00

Arunvijai_4
Honored Contributor
Solution

Re: /dev/random for HP-UX 11.00

http://www.josvisser.nl/hpux11-random/

Kernel based random number generation in HP-UX 11.00

http://www.josvisser.nl/hpux11-random/hpux11-random.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
rick jones
Honored Contributor

Re: /dev/random for HP-UX 11.00

Instead of wedging-in a /dev/random onto an 11.0 system, why not simply install 11i?

Also, wrt the 11.23/11i systems being faster than the 11.0 systems, are they _all_ the same hardware, or are the 11.0 systems older - the older systems may still be rather slower even when/if you do wedge a kernel /dev/random into them...

Newer systems - especially those based on Itanium - will be rather faster at crypto than the older/PA-RISC systems. That may also be involved.
there is no rest for the wicked yet the virtuous have no pillows
Steven E. Protter
Exalted Contributor

Re: /dev/random for HP-UX 11.00

I have found that 11i and the Strong random number generator available at software.hp.com solves this problem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Shawn Miller_2
Frequent Advisor

Re: /dev/random for HP-UX 11.00

For 11.00 adding /dev/random worked the best. Thanks for all the suggestions.