commit | 9395b28223334826837c15e8c1bb4dfb3b0d2ca5 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Apr 20 13:25:30 2014 +1000 |
committer | Damien Miller <djm@mindrot.org> | Sun Apr 20 13:25:30 2014 +1000 |
tree | eea6ad14b14f5fe4f3eb0b791a76f73b706635dc | |
parent | 8c492da58f8ceb85cf5f7066f23e26fb813a963d [diff] |
- djm@cvs.openbsd.org 2014/04/18 23:52:25 [compat.c compat.h sshconnect2.c sshd.c version.h] OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections using the curve25519-sha256@libssh.org KEX exchange method to fail when connecting with something that implements the spec properly. Disable this KEX method when speaking to one of the affected versions. reported by Aris Adamantiadis; ok markus@