diff options
author | Colin Watson <cjwatson@debian.org> | 2017-04-02 01:26:17 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-04-02 01:54:08 +0100 |
commit | 20adc7e0fc13ff9c7d270db250aac1fa140e3851 (patch) | |
tree | 5d9f06b0ff195db88093037d9102f0cdcf3884c6 /debian/patches/no-dsa-host-key-by-default.patch | |
parent | af27669f905133925224acc753067dea710881dd (diff) | |
parent | ec338656a3d6b21bb87f3b6367b232d297f601e5 (diff) |
New upstream release (7.5p1)
Diffstat (limited to 'debian/patches/no-dsa-host-key-by-default.patch')
-rw-r--r-- | debian/patches/no-dsa-host-key-by-default.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/no-dsa-host-key-by-default.patch b/debian/patches/no-dsa-host-key-by-default.patch index bfe6033b1..b20cb22d5 100644 --- a/debian/patches/no-dsa-host-key-by-default.patch +++ b/debian/patches/no-dsa-host-key-by-default.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 3f1016b4535faf6e48aa71e21569aa714a25193f Mon Sep 17 00:00:00 2001 | 1 | From 417f561eac9f391661ad23a27f1d711f56566176 Mon Sep 17 00:00:00 2001 |
2 | From: Colin Watson <cjwatson@debian.org> | 2 | From: Colin Watson <cjwatson@debian.org> |
3 | Date: Mon, 16 Jan 2017 13:53:04 +0000 | 3 | Date: Mon, 16 Jan 2017 13:53:04 +0000 |
4 | Subject: Remove ssh_host_dsa_key from HostKey default | 4 | Subject: Remove ssh_host_dsa_key from HostKey default |
@@ -19,7 +19,7 @@ Patch-Name: no-dsa-host-key-by-default.patch | |||
19 | 4 files changed, 6 insertions(+), 11 deletions(-) | 19 | 4 files changed, 6 insertions(+), 11 deletions(-) |
20 | 20 | ||
21 | diff --git a/servconf.c b/servconf.c | 21 | diff --git a/servconf.c b/servconf.c |
22 | index 1cee3d6c..202c4506 100644 | 22 | index a391cf4b..1a7a5f18 100644 |
23 | --- a/servconf.c | 23 | --- a/servconf.c |
24 | +++ b/servconf.c | 24 | +++ b/servconf.c |
25 | @@ -204,8 +204,6 @@ fill_default_server_options(ServerOptions *options) | 25 | @@ -204,8 +204,6 @@ fill_default_server_options(ServerOptions *options) |
@@ -32,7 +32,7 @@ index 1cee3d6c..202c4506 100644 | |||
32 | options->host_key_files[options->num_host_key_files++] = | 32 | options->host_key_files[options->num_host_key_files++] = |
33 | _PATH_HOST_ECDSA_KEY_FILE; | 33 | _PATH_HOST_ECDSA_KEY_FILE; |
34 | diff --git a/sshd.8 b/sshd.8 | 34 | diff --git a/sshd.8 b/sshd.8 |
35 | index 38a72540..e8f1fde8 100644 | 35 | index dd4b8fc3..79a7e080 100644 |
36 | --- a/sshd.8 | 36 | --- a/sshd.8 |
37 | +++ b/sshd.8 | 37 | +++ b/sshd.8 |
38 | @@ -167,11 +167,10 @@ This option must be given if | 38 | @@ -167,11 +167,10 @@ This option must be given if |
@@ -51,7 +51,7 @@ index 38a72540..e8f1fde8 100644 | |||
51 | the different host key algorithms. | 51 | the different host key algorithms. |
52 | .It Fl i | 52 | .It Fl i |
53 | diff --git a/sshd_config b/sshd_config | 53 | diff --git a/sshd_config b/sshd_config |
54 | index 13cbe2c6..4aea6c72 100644 | 54 | index f68edf36..92822959 100644 |
55 | --- a/sshd_config | 55 | --- a/sshd_config |
56 | +++ b/sshd_config | 56 | +++ b/sshd_config |
57 | @@ -16,7 +16,6 @@ | 57 | @@ -16,7 +16,6 @@ |
@@ -63,10 +63,10 @@ index 13cbe2c6..4aea6c72 100644 | |||
63 | #HostKey /etc/ssh/ssh_host_ed25519_key | 63 | #HostKey /etc/ssh/ssh_host_ed25519_key |
64 | 64 | ||
65 | diff --git a/sshd_config.5 b/sshd_config.5 | 65 | diff --git a/sshd_config.5 b/sshd_config.5 |
66 | index 703a9cdd..8f8fbb66 100644 | 66 | index cc5d9fb0..0747cc8b 100644 |
67 | --- a/sshd_config.5 | 67 | --- a/sshd_config.5 |
68 | +++ b/sshd_config.5 | 68 | +++ b/sshd_config.5 |
69 | @@ -733,11 +733,10 @@ is not to load any certificates. | 69 | @@ -741,11 +741,10 @@ is not to load any certificates. |
70 | Specifies a file containing a private host key | 70 | Specifies a file containing a private host key |
71 | used by SSH. | 71 | used by SSH. |
72 | The defaults are | 72 | The defaults are |