Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ssh authentication mistake in SSHv2 + pubkey, fr...
details: https://anonhg.NetBSD.org/src/rev/483b43981f62
branches: trunk
changeset: 503554:483b43981f62
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Feb 08 18:17:24 2001 +0000
description:
authentication mistake in SSHv2 + pubkey, from markus.
REBUILD AND RESTART SSHD NOW.
(vulnerability window for netbsd-current - < 48hours)
diffstat:
crypto/dist/ssh/auth2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 90add8d33946 -r 483b43981f62 crypto/dist/ssh/auth2.c
--- a/crypto/dist/ssh/auth2.c Thu Feb 08 18:10:02 2001 +0000
+++ b/crypto/dist/ssh/auth2.c Thu Feb 08 18:17:24 2001 +0000
@@ -444,7 +444,7 @@
packet_put_string(pkblob, blen);
packet_send();
packet_write_wait();
- authenticated = -1;
+ authctxt->postponed = 1;
}
}
if (authenticated != 1)
Home |
Main Index |
Thread Index |
Old Index