artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101b898
)
WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer that
author
dtucker
<dtucker@openbsd.org>
Tue, 5 May 2015 10:17:49 +0000
(10:17 +0000)
committer
dtucker
<dtucker@openbsd.org>
Tue, 5 May 2015 10:17:49 +0000
(10:17 +0000)
KEX method. ok markus@
usr.bin/ssh/compat.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/compat.c
b/usr.bin/ssh/compat.c
index
c21f290
..
f3b382c
100644
(file)
--- a/
usr.bin/ssh/compat.c
+++ b/
usr.bin/ssh/compat.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: compat.c,v 1.9
1 2015/05/04 06:10:48 djm
Exp $ */
+/* $OpenBSD: compat.c,v 1.9
2 2015/05/05 10:17:49 dtucker
Exp $ */
/*
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
@@
-177,6
+177,7
@@
compat_datafellows(const char *version)
"TTSSH/2.70*,"
"TTSSH/2.71*,"
"TTSSH/2.72*", SSH_BUG_HOSTKEYS },
+ { "WinSCP*", SSH_OLD_DHGEX },
{ NULL, 0 }
};