On Thu, Jun 27, 2002 at 02:03:40PM -0400, bkortiak macsteelusa com wrote:
Not near a RH computer at the moment. The advisory at
http://www.openssh.com/txt/preauth.adv
<http://www.openssh.com/txt/preauth.adv> got me wondering what version of
SSH is used by RH?
RH7.2 uses openssh 3.1. The notice I got indicated that you could
turn off the vulnerability by changing /etc/ssh/sshd_config. The
stock file has
# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes
which is the default (and vulnerable) behavior. All you need to do is
add the line
ChallengeResponseAuthentication no
and restart sshd.
Or you can upgrade to openssh v3.4.