<?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: HP Secure Shell 3.61.001 still broken on non /dev/urandom systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-3-61-001-still-broken-on-non-dev-urandom-systems/m-p/3074351#M751640</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Experiencing the same problem on 11.00&lt;BR /&gt; PRNG seed extration failed&lt;BR /&gt; ssh-rand-helper child produced insufficient data&lt;BR /&gt;Adapted the ssh_prng_cmds as described above&lt;BR /&gt;&lt;BR /&gt;Thnx a lot&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Oct 2003 02:40:54 GMT</pubDate>
    <dc:creator>TEC-HP</dc:creator>
    <dc:date>2003-10-17T02:40:54Z</dc:date>
    <item>
      <title>HP Secure Shell 3.61.001 still broken on non /dev/urandom systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-3-61-001-still-broken-on-non-dev-urandom-systems/m-p/3074350#M751639</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I just installed the new HP ssh 3.61.001 and had to find out that the&lt;BR /&gt;ssh_prng_cmds ist still broken.&lt;BR /&gt;HP: Your programmers are real funny people. They tried to fix the broken&lt;BR /&gt;file and they managed to fix 2 (letters two) lines:&lt;BR /&gt;&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;"ls -alni /var/log"                     /usr/bin/ls     0.02&lt;BR /&gt;"ls -alni /var/adm"                     /usr/bin/ls     0.02&lt;BR /&gt;"ls -alni /var/log"                     @PROG_LS@       0.02&lt;BR /&gt;"ls -alni /var/adm"                     @PROG_LS@       0.02&lt;BR /&gt;..&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;These 2 lines are correct now... but all the others are still not.&lt;BR /&gt;&lt;BR /&gt;So I'm asking again: Can you please fix this file so entropy is&lt;BR /&gt;generated on non /dev/urandom machines too?&lt;BR /&gt;Alternatively you can distribute the RNG patch for 11.00 and 11.22 too...&lt;BR /&gt;but I think the first thing is easier.&lt;BR /&gt;&lt;BR /&gt;BTW: Why is there no RNG for 11.22 yet?&lt;BR /&gt;&lt;BR /&gt;Some of the commands in the ssh_prng_cmds file are still not applicable&lt;BR /&gt;to HP-UX.. In case you need an exapmle I post my file here:&lt;BR /&gt;&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;"ls -alni /var/log" undef 0.02&lt;BR /&gt;"ls -alni /var/adm" /bin/ls 0.02&lt;BR /&gt;"ls -alni /usr/adm" /bin/ls 0.02&lt;BR /&gt;"ls -alni /var/mail" /bin/ls 0.02&lt;BR /&gt;"ls -alni /usr/mail" /bin/ls 0.02&lt;BR /&gt;"ls -alni /var/adm/syslog" /bin/ls 0.02&lt;BR /&gt;"ls -alni /usr/adm/syslog" /bin/ls 0.02&lt;BR /&gt;"ls -alni /tmp" /bin/ls 0.02&lt;BR /&gt;"ls -alni /var/tmp" /bin/ls 0.02&lt;BR /&gt;"ls -alni /usr/tmp" /bin/ls 0.02&lt;BR /&gt;&lt;BR /&gt;"netstat -an" /bin/netstat 0.05&lt;BR /&gt;"netstat -in" /bin/netstat 0.05&lt;BR /&gt;"netstat -rn" /bin/netstat 0.02&lt;BR /&gt;"netstat -p tcp" /bin/netstat 0.02&lt;BR /&gt;"netstat -s" /bin/netstat 0.02&lt;BR /&gt;"netstat -is" /bin/netstat 0.07&lt;BR /&gt;&lt;BR /&gt;"arp -an" /usr/sbin/arp 0.02&lt;BR /&gt;&lt;BR /&gt;"ps laxww" /bin/ps 0.03&lt;BR /&gt;"ps -al" /bin/ps 0.03&lt;BR /&gt;"ps -efl" /bin/ps 0.03&lt;BR /&gt;&lt;BR /&gt;"w" /bin/w 0.05&lt;BR /&gt;&lt;BR /&gt;"who -u" /bin/who 0.01&lt;BR /&gt;&lt;BR /&gt;"last" /bin/last 0.01&lt;BR /&gt;&lt;BR /&gt;# Dn't include df here... stale NFS will hang ssh then&lt;BR /&gt;#"df" /bin/df 0.01&lt;BR /&gt;#"df -i" /bin/df 0.01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"vmstat" /bin/vmstat 0.01&lt;BR /&gt;"uptime" /bin/uptime 0.01&lt;BR /&gt;&lt;BR /&gt;"ipcs -a" /bin/ipcs 0.01&lt;BR /&gt;&lt;BR /&gt;"tail -200 /var/adm/syslog/syslog.log" /bin/tail 0.01&lt;BR /&gt;"tail -200 /var/adm/syslog/mail.log" /bin/tail 0.01&lt;BR /&gt;"tail -200 /usr/tivoli/lcf/dat/1/lcfd.log" /bin/tail 0.01&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;There is a big chance to fix this in 3.7.1 without much trouble.&lt;BR /&gt;I think you have to release this version soon because of the security hole&lt;BR /&gt;in all versions prior to 3.7.&lt;BR /&gt;See also CERT?? Advisory CA-2003-24 Buffer Management Vulnerability in OpenSSH&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;/SNIP&gt;&lt;/SNIP&gt;&lt;/SNIP&gt;&lt;/SNIP&gt;</description>
      <pubDate>Thu, 18 Sep 2003 14:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-3-61-001-still-broken-on-non-dev-urandom-systems/m-p/3074350#M751639</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2003-09-18T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP Secure Shell 3.61.001 still broken on non /dev/urandom systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-3-61-001-still-broken-on-non-dev-urandom-systems/m-p/3074351#M751640</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Experiencing the same problem on 11.00&lt;BR /&gt; PRNG seed extration failed&lt;BR /&gt; ssh-rand-helper child produced insufficient data&lt;BR /&gt;Adapted the ssh_prng_cmds as described above&lt;BR /&gt;&lt;BR /&gt;Thnx a lot&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 02:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-secure-shell-3-61-001-still-broken-on-non-dev-urandom-systems/m-p/3074351#M751640</guid>
      <dc:creator>TEC-HP</dc:creator>
      <dc:date>2003-10-17T02:40:54Z</dc:date>
    </item>
  </channel>
</rss>

