- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PRNG for 11.0? To fix broken ssh
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
06-13-2007 08:22 AM
06-13-2007 08:22 AM
I am trying to fix broken ssh, which won't start because there is no PRNG as far as I uderstand. The exact error message is:
ssh
PRNG is not seeded
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:20 AM
06-14-2007 01:20 AM
Re: PRNG for 11.0? To fix broken ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:35 AM
06-14-2007 01:35 AM
SolutionBad news.
I got this message when a NIC was failing.
Beyond that the Strong Random Number Generator fixed this for me on 11.11
HP doesn't offer this add in product on 11.00.
Sorry. Check the NIC card it may be ready to go. Think about clearing the .ssh direcotry and generating new public keys.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:45 AM
06-14-2007 01:45 AM
Re: PRNG for 11.0? To fix broken ssh
Now, how can a NIC card possibly be a cause of this? I fail to see the correlation.
What are my options at this point?
Can this be patched?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:46 AM
06-14-2007 01:46 AM
Re: PRNG for 11.0? To fix broken ssh
I cleared the .ssh directory and tried to runs ssh-keygen and got the same error:
PRNG is not seeded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:49 AM
06-14-2007 01:49 AM
Re: PRNG for 11.0? To fix broken ssh
#/usr/local/bin/prngd-0.9.29#:make install
cc -O -I/usr/local/include -D_HPUX_SOURCE -DHPUX11 -I. -c prngd.c
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "prngd.h", line 52: warning 5: "const" will become a keyword.
(Bundled) cc: "prngd.h", line 52: error 1000: Unexpected symbol: "char".
(Bundled) cc: "prngd.h", line 52: error 1000: Unexpected symbol: "*".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
#/usr/local/bin/prngd-0.9.29#:which cc
/usr/bin/cc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 02:41 AM
06-14-2007 02:41 AM