Bug 2291

Summary: ssh -Q kex lists diffie-hellman-group1-sha1 twice
Product: Portable OpenSSH Reporter: Christoph Anton Mitterer <calestyo>
Component: sftp-serverAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: minor CC: djm
Priority: P5    
Version: 6.7p1   
Hardware: Other   
OS: Linux   
Bug Depends on:    
Bug Blocks: 2266    

Description Christoph Anton Mitterer 2014-10-10 13:43:18 AEDT
Hi.

Not sure why this happens (it's a trivial cosmetic thing anyway) but ssh -Q kex lists diffie-hellman-group1-sha1 twice:

$ ssh -Q kex | sort
curve25519-sha256@libssh.org
diffie-hellman-group14-sha1
diffie-hellman-group1-sha1
diffie-hellman-group1-sha1
diffie-hellman-group-exchange-sha1
diffie-hellman-group-exchange-sha256
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521

Cheers,
Chris.
Comment 1 Damien Miller 2014-12-11 16:21:02 AEDT
Fixed - thanks:

commit 4460a7ad0c78d4cd67c467f6e9f4254d0404ed59
Author: Damien Miller <djm@mindrot.org>
Date:   Sun Oct 12 12:35:48 2014 +1100

    remove duplicated KEX_DH1 entry
Comment 2 Christoph Anton Mitterer 2014-12-12 13:24:56 AEDT
thx :)
Comment 3 Damien Miller 2015-03-18 18:17:07 AEDT
openssh-6.8 is released