diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-30 16:02:50 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-30 16:02:50 +0000 |
commit | 7f7de9b0fe9cf406628e7b3601ba2bcb47533b1b (patch) | |
tree | c9c8546e431544cc704a57d4557f7561b557a486 /usr.bin/ssh | |
parent | 74fc48398ee58bae79d348e2d4d977d12db465b1 (diff) |
ssh-2.0.10 has the weak-key-bug, too.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index 44d65c80a30..bc5d9f80819 100644 --- a/usr.bin/ssh/compat.c +++ b/usr.bin/ssh/compat.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.49 2001/04/30 15:50:46 markus Exp $"); +RCSID("$OpenBSD: compat.c,v 1.50 2001/04/30 16:02:49 markus Exp $"); #include <regex.h> @@ -86,7 +86,7 @@ compat_datafellows(const char *version) SSH_BUG_PKSERVICE|SSH_BUG_X11FWD| SSH_BUG_PKOK|SSH_BUG_RSASIGMD5| SSH_BUG_HBSERVICE|SSH_BUG_OPENFAILURE }, - { "^2\\.0\\.1[0-2]", SSH_BUG_SIGBLOB|SSH_BUG_HMAC| + { "^2\\.0\\.1[1-2]", SSH_BUG_SIGBLOB|SSH_BUG_HMAC| SSH_OLD_SESSIONID|SSH_BUG_DEBUG| SSH_BUG_PKSERVICE|SSH_BUG_X11FWD| SSH_BUG_PKAUTH|SSH_BUG_PKOK| |