Jacques Vidrine b33edd3956 Bug fix: When the client connects to a server and Kerberos
authentication is  enabled, the  client effectively ignores  any error
from krb5_rd_rep due to a missing branch.

In  theory  this could  result  in  an  ssh  client using  Kerberos  5
authentication accepting  a spoofed  AP-REP.  I doubt  this is  a real
possiblity, however, because  the AP-REP is passed from  the server to
the client via the SSH  encrypted channel.  Any tampering should cause
the decryption or MAC to fail.

Approved by:	green
MFC after:	1 week
2001-07-13 18:12:13 +00:00
..
2001-06-16 07:44:17 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2000-05-15 04:37:24 +00:00
2000-02-24 14:29:47 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00
2001-05-04 04:14:23 +00:00

This release of OpenSSH is for OpenBSD systems only.

Please read
        http://www.openssh.com/portable.html
if you want to install OpenSSH on other operating systems.

To extract and install this release on your OpenBSD system use:

      # cd /usr/src/usr.bin
      # tar xvfz .../openssh-x.y.tgz
      # cd ssh
      # make obj
      # make cleandir
      # make depend
      # make
      # make install
      # cp ssh_config sshd_config /etc

OpenSSH is a derivative of the original and free ssh 1.2.12 release
by Tatu Ylonen.  Aaron Campbell, Bob Beck, Markus Friedl, Niels
Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
features and created OpenSSH.  Markus Friedl contributed the support
for SSH protocol versions 1.5 and 2.0.

See http://www.openssh.com/ for more information.