Bugzilla – Attachment 3116 Details for
Bug 2826
The new SHA2 DH key exchange methods are not documented in manual pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Document SHA2 DH methods in manual pages
openssh-dh-sha2.patch (text/plain), 1.92 KB, created by
Jakub Jelen
on 2018-01-25 00:59:50 AEDT
(
hide
)
Description:
Document SHA2 DH methods in manual pages
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2018-01-25 00:59:50 AEDT
Size:
1.92 KB
patch
obsolete
>From 9653f2bf2a1ed3d595d9391f6a0fcc43e2ce38e3 Mon Sep 17 00:00:00 2001 >From: Jakub Jelen <jjelen@redhat.com> >Date: Wed, 24 Jan 2018 12:01:13 +0100 >Subject: [PATCH 1/2] sshd_config: Add missing Kex algorithms > >Signed-off-by: Jakub Jelen <jjelen@redhat.com> >--- > sshd_config.5 | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/sshd_config.5 b/sshd_config.5 >index fe4f2602..a6ef84d1 100644 >--- a/sshd_config.5 >+++ b/sshd_config.5 >@@ -923,6 +923,12 @@ diffie-hellman-group1-sha1 > .It > diffie-hellman-group14-sha1 > .It >+diffie-hellman-group14-sha256 >+.It >+diffie-hellman-group16-sha512 >+.It >+diffie-hellman-group18-sha512 >+.It > diffie-hellman-group-exchange-sha1 > .It > diffie-hellman-group-exchange-sha256 >@@ -939,7 +945,8 @@ The default is: > curve25519-sha256,curve25519-sha256@libssh.org, > ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, > diffie-hellman-group-exchange-sha256, >-diffie-hellman-group14-sha1 >+diffie-hellman-group16-sha512,diffie-hellman-group18-sha512, >+diffie-hellman-group14-sha256,diffie-hellman-group14-sha1 > .Ed > .Pp > The list of available key exchange algorithms may also be obtained using >-- >2.14.3 > > >From 9febc4c336279b01fb341efe276f56051dec7d2f Mon Sep 17 00:00:00 2001 >From: Jakub Jelen <jjelen@redhat.com> >Date: Wed, 24 Jan 2018 14:59:20 +0100 >Subject: [PATCH 2/2] ssh_config: Add missing default Kex algorithms > >Signed-off-by: Jakub Jelen <jjelen@redhat.com> >--- > ssh_config.5 | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/ssh_config.5 b/ssh_config.5 >index 297bf46f..8a1f4293 100644 >--- a/ssh_config.5 >+++ b/ssh_config.5 >@@ -1061,7 +1061,10 @@ The default is: > curve25519-sha256,curve25519-sha256@libssh.org, > ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, > diffie-hellman-group-exchange-sha256, >+diffie-hellman-group16-sha512, >+diffie-hellman-group18-sha512, > diffie-hellman-group-exchange-sha1, >+diffie-hellman-group14-sha256, > diffie-hellman-group14-sha1 > .Ed > .Pp >-- >2.14.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2826
: 3116