<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948817#M752633</link>
    <description>For HP-UX 11i (not 11.00) see&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunately this does not exist for earlier HP-UX releases.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.newfdawg.com/SSHpart5.htm" target="_blank"&gt;http://www.newfdawg.com/SSHpart5.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;has some additional information that might be useful.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Apr 2003 15:02:25 GMT</pubDate>
    <dc:creator>doug hosking</dc:creator>
    <dc:date>2003-04-11T15:02:25Z</dc:date>
    <item>
      <title>Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948814#M752630</link>
      <description>I install ssh onto one of our HP 11.00 servers and it's taking forever for the daemon to start up and the client to connect.  When I ran the following "ssh -v -v -v hostname", I saw that it was getting stuck at the following message "Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper".  When I ran "sshd -d -d -d", it waited at the same message.  It takes the daemon 37 seconds to start and the client about 20 seconds to connect.  &lt;BR /&gt;&lt;BR /&gt;I installed prng v 0.9.26, zlib v 1.1.4, openssl v 0.9.6 and hp's T1471AA ssh package. I created the prng seed and manually ran it with "prngd -c /usr/local/bin/prngd.conf /var/run/egd-pool".&lt;BR /&gt;&lt;BR /&gt;The installation package and instructions were user on more than 10 stations and this was the only one I had problems with.  I checked the DNS and it seems fine.  Is there something else I should try to get it working.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 10 Apr 2003 22:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948814#M752630</guid>
      <dc:creator>Mary_27</dc:creator>
      <dc:date>2003-04-10T22:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948815#M752631</link>
      <description>Both openssh's internal psuedo-random number generator and PRNGD use a configurable list of system commands to run to generate entropy.  Run each of the commands listed in that configuration file to see if any of them are hanging.  For PRNGD, the file is usually /etc/prngd.conf.  For HP's openssh, it should be /opt/ssh/etc/ssh_prng_cmds.  (I've run into this problem when df is slow to return on IO-bound systems.)  -Tim</description>
      <pubDate>Fri, 11 Apr 2003 12:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948815#M752631</guid>
      <dc:creator>Tim Maletic</dc:creator>
      <dc:date>2003-04-11T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948816#M752632</link>
      <description>these commands are used to generate the seed for the pseudo-random &lt;BR /&gt;number generator (PRNG). The quality of the encryption is dependent on the quality of the random numbers generated by the PRNG. The commands &lt;BR /&gt;run to seed the PRNG each have a "rating" of how random the bits they &lt;BR /&gt;produce are (it's the last item on each line of that file). If you just start removing lines, it may not be able to generate enough bits to seed the PNRG and ssh will then refuse to run.&lt;BR /&gt;&lt;BR /&gt;The commands that are being run are listed in&lt;BR /&gt;/opt/ssh/etc/ssh_prng_cmds. &lt;BR /&gt;If you wish to remove things from the list of commands, that is where to do so.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Windows doesn't run these commands because some of these commands don't &lt;BR /&gt;exist in windows.  In current release of HP-UX Secure Shell (A.3.50),it uses /dev/random (might have a different name) where the OS provides random numbers directly. SSH can use it and be made much faster.&lt;BR /&gt;&lt;BR /&gt;Berlene&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;</description>
      <pubDate>Fri, 11 Apr 2003 12:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948816#M752632</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2003-04-11T12:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948817#M752633</link>
      <description>For HP-UX 11i (not 11.00) see&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunately this does not exist for earlier HP-UX releases.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.newfdawg.com/SSHpart5.htm" target="_blank"&gt;http://www.newfdawg.com/SSHpart5.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;has some additional information that might be useful.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2003 15:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948817#M752633</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-04-11T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Seeing PRNG from /opt/ssh/libexec/ssh-rand-helper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948818#M752634</link>
      <description>Thanks big time.  I was going crazy trying to figure out how to speed it up.  &lt;BR /&gt;&lt;BR /&gt;I ran every command on the ssh_prng_cmds file manually, and I almost fell out of my chair when I saw the service start in less than 2 seconds.  Thank you very much.</description>
      <pubDate>Mon, 14 Apr 2003 20:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/seeing-prng-from-opt-ssh-libexec-ssh-rand-helper/m-p/2948818#M752634</guid>
      <dc:creator>Mary_27</dc:creator>
      <dc:date>2003-04-14T20:42:40Z</dc:date>
    </item>
  </channel>
</rss>

