authentication mistake in SSHv2 + pubkey, from markus.

REBUILD AND RESTART SSHD NOW.
(vulnerability window for netbsd-current - < 48hours)
This commit is contained in:
itojun 2001-02-08 18:17:24 +00:00
parent 3eb0e0c1cf
commit 7f8fa38080
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ userauth_pubkey(Authctxt *authctxt)
packet_put_string(pkblob, blen);
packet_send();
packet_write_wait();
authenticated = -1;
authctxt->postponed = 1;
}
}
if (authenticated != 1)