Bug 2826

Summary: The new SHA2 DH key exchange methods are not documented in manual pages
Product: Portable OpenSSH Reporter: Jakub Jelen <jjelen>
Component: DocumentationAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: enhancement CC: djm
Priority: P5    
Version: 7.6p1   
Hardware: Other   
OS: Linux   
Bug Depends on:    
Bug Blocks: 2782    
Attachments:
Description Flags
Document SHA2 DH methods in manual pages none

Description Jakub Jelen 2018-01-25 00:59:50 AEDT
Created attachment 3116 [details]
Document SHA2 DH methods in manual pages

Since OpenSSH 7.3 [1], there are new DH key exchange methods, that are offered by default, but they are not mentioned in any manual page.

The proposed patch adjust the documentation to reflect the default list of offered key exchange algorithms, based on the myproposal.h.

[1] http://www.openssh.com/txt/release-7.3
Comment 1 Damien Miller 2018-02-16 13:37:45 AEDT
Applied - thanks

commit 680321f3eb46773883111e234b3c262142ff7c5b (HEAD -> master, origin/master, origin/HEAD)
Author: djm@openbsd.org <djm@openbsd.org>
Date:   Fri Feb 16 02:40:45 2018 +0000

    upstream: Mention recent DH KEX methods:
    
    diffie-hellman-group14-sha256
    diffie-hellman-group16-sha512
    diffie-hellman-group18-sha512
    
    From Jakub Jelen via bz#2826
    
    OpenBSD-Commit-ID: 51bf769f06e55447f4bfa7306949e62d2401907a
Comment 2 Damien Miller 2021-04-23 14:57:02 AEST
closing resolved bugs as of 8.6p1 release