- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ssh for HP-UX 11.0 error message.
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-21-2007 09:48 AM
03-21-2007 09:48 AM
HP-UX 11.0 and I get this message when
trying any ssh commands.
# ssh admin1
PRNG is not seeded
# ssh-keygen -t dsa
PRNG is not seeded
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 10:50 AM
03-21-2007 10:50 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 10:59 AM
03-21-2007 10:59 AM
Re: ssh for HP-UX 11.0 error message.
posts, about random number generator.
But I don't see any /dev/random on 11i boxes.
I downloaded openssl and openssh from:
http://mirrors.develooper.com/hpux/downloads.html#hpux1100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 11:57 PM
03-22-2007 11:57 PM
Re: ssh for HP-UX 11.0 error message.
So does 11iV1 (11.11), but it will use /dev/random if you download and install the Strong Random Number Generator product from software.hp.com. The /dev/random option is much much faster.
HP-UX 11iV2 (11.23) and 11iV3 (11.31) come with both products preloaded.
The HP Secure Shell product for 11.0 is no longer on the software.hp.com site, as 11.0 is now obsolete. The response center can supply a depot, for now, in case you cannot upgrade the OS.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2007 07:16 AM
03-30-2007 07:16 AM
Re: ssh for HP-UX 11.0 error message.
Anyone have any ideas at all about how
to get ssh to work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2007 07:52 AM
03-30-2007 07:52 AM
Re: ssh for HP-UX 11.0 error message.
As a side effect, it will output 20 random bytes in a base64-encoded printable form. At this time, however, we're mainly interested in seeding that PRNG.
This may cause a random seed file $HOME/.rnd to be created; ensure that creation of this file is not prevented.
The OpenSSL library uses this as the seed for its PRNG, and SSH and its associated tools use the random number generator of the OpenSSL library.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2007 07:57 AM
03-30-2007 07:57 AM
Re: ssh for HP-UX 11.0 error message.
http://www.josvisser.nl/hpux11-random/
good luck.