Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- Security
- >
- Re: HP Secure Shell 3.61.001 still broken on non /...
Security
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Go to solution
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
- Email to a Friend
- Report Inappropriate Content
09-18-2003 07:23 AM
09-18-2003 07:23 AM
Hi there,
I just installed the new HP ssh 3.61.001 and had to find out that the
ssh_prng_cmds ist still broken.
HP: Your programmers are real funny people. They tried to fix the broken
file and they managed to fix 2 (letters two) lines:
"ls -alni /var/log" /usr/bin/ls 0.02
"ls -alni /var/adm" /usr/bin/ls 0.02
"ls -alni /var/log" @PROG_LS@ 0.02
"ls -alni /var/adm" @PROG_LS@ 0.02
..
These 2 lines are correct now... but all the others are still not.
So I'm asking again: Can you please fix this file so entropy is
generated on non /dev/urandom machines too?
Alternatively you can distribute the RNG patch for 11.00 and 11.22 too...
but I think the first thing is easier.
BTW: Why is there no RNG for 11.22 yet?
Some of the commands in the ssh_prng_cmds file are still not applicable
to HP-UX.. In case you need an exapmle I post my file here:
"ls -alni /var/log" undef 0.02
"ls -alni /var/adm" /bin/ls 0.02
"ls -alni /usr/adm" /bin/ls 0.02
"ls -alni /var/mail" /bin/ls 0.02
"ls -alni /usr/mail" /bin/ls 0.02
"ls -alni /var/adm/syslog" /bin/ls 0.02
"ls -alni /usr/adm/syslog" /bin/ls 0.02
"ls -alni /tmp" /bin/ls 0.02
"ls -alni /var/tmp" /bin/ls 0.02
"ls -alni /usr/tmp" /bin/ls 0.02
"netstat -an" /bin/netstat 0.05
"netstat -in" /bin/netstat 0.05
"netstat -rn" /bin/netstat 0.02
"netstat -p tcp" /bin/netstat 0.02
"netstat -s" /bin/netstat 0.02
"netstat -is" /bin/netstat 0.07
"arp -an" /usr/sbin/arp 0.02
"ps laxww" /bin/ps 0.03
"ps -al" /bin/ps 0.03
"ps -efl" /bin/ps 0.03
"w" /bin/w 0.05
"who -u" /bin/who 0.01
"last" /bin/last 0.01
# Dn't include df here... stale NFS will hang ssh then
#"df" /bin/df 0.01
#"df -i" /bin/df 0.01
"vmstat" /bin/vmstat 0.01
"uptime" /bin/uptime 0.01
"ipcs -a" /bin/ipcs 0.01
"tail -200 /var/adm/syslog/syslog.log" /bin/tail 0.01
"tail -200 /var/adm/syslog/mail.log" /bin/tail 0.01
"tail -200 /usr/tivoli/lcf/dat/1/lcfd.log" /bin/tail 0.01
There is a big chance to fix this in 3.7.1 without much trouble.
I think you have to release this version soon because of the security hole
in all versions prior to 3.7.
See also CERT?? Advisory CA-2003-24 Buffer Management Vulnerability in OpenSSH
Best regards,
Armin
I just installed the new HP ssh 3.61.001 and had to find out that the
ssh_prng_cmds ist still broken.
HP: Your programmers are real funny people. They tried to fix the broken
file and they managed to fix 2 (letters two) lines:
"ls -alni /var/log" /usr/bin/ls 0.02
"ls -alni /var/adm" /usr/bin/ls 0.02
"ls -alni /var/log" @PROG_LS@ 0.02
"ls -alni /var/adm" @PROG_LS@ 0.02
..
These 2 lines are correct now... but all the others are still not.
So I'm asking again: Can you please fix this file so entropy is
generated on non /dev/urandom machines too?
Alternatively you can distribute the RNG patch for 11.00 and 11.22 too...
but I think the first thing is easier.
BTW: Why is there no RNG for 11.22 yet?
Some of the commands in the ssh_prng_cmds file are still not applicable
to HP-UX.. In case you need an exapmle I post my file here:
"ls -alni /var/log" undef 0.02
"ls -alni /var/adm" /bin/ls 0.02
"ls -alni /usr/adm" /bin/ls 0.02
"ls -alni /var/mail" /bin/ls 0.02
"ls -alni /usr/mail" /bin/ls 0.02
"ls -alni /var/adm/syslog" /bin/ls 0.02
"ls -alni /usr/adm/syslog" /bin/ls 0.02
"ls -alni /tmp" /bin/ls 0.02
"ls -alni /var/tmp" /bin/ls 0.02
"ls -alni /usr/tmp" /bin/ls 0.02
"netstat -an" /bin/netstat 0.05
"netstat -in" /bin/netstat 0.05
"netstat -rn" /bin/netstat 0.02
"netstat -p tcp" /bin/netstat 0.02
"netstat -s" /bin/netstat 0.02
"netstat -is" /bin/netstat 0.07
"arp -an" /usr/sbin/arp 0.02
"ps laxww" /bin/ps 0.03
"ps -al" /bin/ps 0.03
"ps -efl" /bin/ps 0.03
"w" /bin/w 0.05
"who -u" /bin/who 0.01
"last" /bin/last 0.01
# Dn't include df here... stale NFS will hang ssh then
#"df" /bin/df 0.01
#"df -i" /bin/df 0.01
"vmstat" /bin/vmstat 0.01
"uptime" /bin/uptime 0.01
"ipcs -a" /bin/ipcs 0.01
"tail -200 /var/adm/syslog/syslog.log" /bin/tail 0.01
"tail -200 /var/adm/syslog/mail.log" /bin/tail 0.01
"tail -200 /usr/tivoli/lcf/dat/1/lcfd.log" /bin/tail 0.01
There is a big chance to fix this in 3.7.1 without much trouble.
I think you have to release this version soon because of the security hole
in all versions prior to 3.7.
See also CERT?? Advisory CA-2003-24 Buffer Management Vulnerability in OpenSSH
Best regards,
Armin
And now for something completely different...
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-16-2003 07:40 PM
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP