RE: Best way to update OpenSSH on 1.1?

"David Simmons" <[email protected]> Thu, 27 Jun 2002 13:47:05 -0500
Newsgroups gmane.os.openbsd.embedded
Message-ID <015601c21e0b$090c4db0$1702a8c0@davevaio>
As a short-term fix..(and PLEASE correct me if this is incorrect)...add this
to your /etc/sshd_config file:

# Added for hole-fix
UsePrivilegeSeparation yes
ChallengeResponseAuthentication no
PAMAuthenticationViaKbdInt no

and restart/reboot

Dave