File openssh-reenable-dh-group14-sha1-default.patch of Package openssh (Revision 030dec49fd0ca28b30b3fde287d4a0ba)
Currently displaying revision 030dec49fd0ca28b30b3fde287d4a0ba , Show latest
42
1
diff --git a/myproposal.h b/myproposal.h
2
index 5312e60..83fd62d 100644
3
--- a/myproposal.h
4
+++ b/myproposal.h
5
6
"diffie-hellman-group-exchange-sha256," \
7
"diffie-hellman-group16-sha512," \
8
"diffie-hellman-group18-sha512," \
9
- "diffie-hellman-group14-sha256"
10
+ "diffie-hellman-group14-sha256," \
11
+ "diffie-hellman-group14-sha1"
12
13
#define KEX_CLIENT_KEX KEX_SERVER_KEX
14
15
diff --git a/ssh_config.5 b/ssh_config.5
16
index d5888f2..100563e 100644
17
--- a/ssh_config.5
18
+++ b/ssh_config.5
19
20
diffie-hellman-group-exchange-sha256,
21
diffie-hellman-group16-sha512,
22
diffie-hellman-group18-sha512,
23
-diffie-hellman-group14-sha256
24
+diffie-hellman-group14-sha256,
25
+diffie-hellman-group14-sha1
26
.Ed
27
.Pp
28
The list of available key exchange algorithms may also be obtained using
29
diff --git a/sshd_config.5 b/sshd_config.5
30
index 0f5fe53..97364f5 100644
31
--- a/sshd_config.5
32
+++ b/sshd_config.5
33
34
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
35
diffie-hellman-group-exchange-sha256,
36
diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,
37
-diffie-hellman-group14-sha256
38
+diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
39
.Ed
40
.Pp
41
The list of available key exchange algorithms may also be obtained using
42