HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Secure Shell and PRNGD
Operating System - HP-UX
1833415
Members
3390
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-27-2003 12:24 AM
06-27-2003 12:24 AM
HP-UX Secure Shell and PRNGD
Is there any way to bring HP's ssh to use prngd random data source and not the /opt/ssh/etc/ssh_prng_cmds? The ssh was still slow inspite of that I have removed the stupid command from /opt/ssh/etc/ssh_prng_cmds. Prngd was installed and started as: /usr/local/bin/prngd /var/run/egd-pool. Is HP's ssh using this egd-pool socket? How to make sure of that? Because ssh doesn't seem faster after starting prngd.
Any help will be appreciated.
Thanks.
Any help will be appreciated.
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:39 AM
06-27-2003 12:39 AM
Re: HP-UX Secure Shell and PRNGD
I think that better then PRNG is /dev/random, like in linux distr.
I known only dynamic loadable kernel module for HPUX 11i.
Look at this forum:
http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x6edae822e739d711abdc0090277a778c,00.html
Or direct link:
http://newfdawg.com/SSHpart5.htm
I known only dynamic loadable kernel module for HPUX 11i.
Look at this forum:
http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x6edae822e739d711abdc0090277a778c,00.html
Or direct link:
http://newfdawg.com/SSHpart5.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 02:04 AM
06-27-2003 02:04 AM
Re: HP-UX Secure Shell and PRNGD
I don't know about HP's ssh but we use OpenSSH and PRNG and we compiled it to use PRNGD.
The actual path to the egd-pool/socket is hardcoded in the ssh-rand-helper program.
You could try running strings -a on your ssh-rand-helper program to to see if it is trying to access the prngd socket but I suspect that it isn't.
You will (almost certainly) need to recompile your ssh server to use prngd.
HTH,
Michael.
The actual path to the egd-pool/socket is hardcoded in the ssh-rand-helper program.
You could try running strings -a on your ssh-rand-helper program to to see if it is trying to access the prngd socket but I suspect that it isn't.
You will (almost certainly) need to recompile your ssh server to use prngd.
HTH,
Michael.
The nice thing about computers is that they do exactly what you tell them. The problem with computers is that they do EXACTLY what you tell them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 01:57 AM
06-30-2003 01:57 AM
Re: HP-UX Secure Shell and PRNGD
Thanks.
The correct answer would be:
- install and run prngd
- compile prngd-ctl.c
- put these line into ssh_prngd_cmds:
"prngd-ctl read 64" /usr/local/bin/prngd-ctl 0.50
- and other fast commands like:
"echo \\c" /bin/echo 0.00
HP's ssh compiled with no prngd socket(with-prngd-socket=) so it can use any egd-pool directly. Only with this usefull trick.
The correct answer would be:
- install and run prngd
- compile prngd-ctl.c
- put these line into ssh_prngd_cmds:
"prngd-ctl
- and other fast commands like:
"echo \\c" /bin/echo 0.00
HP's ssh compiled with no prngd socket(with-prngd-socket=) so it can use any egd-pool directly. Only with this usefull trick.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP