summaryrefslogtreecommitdiff
path: root/debian/patches/restore-authorized_keys2.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-21 14:45:25 +0000
committerColin Watson <cjwatson@debian.org>2020-02-21 14:48:42 +0000
commitcb37f2bf1b8576863448555af5c5309a6c220785 (patch)
tree3a73125336f610265c6793cba89942eada865a2e /debian/patches/restore-authorized_keys2.patch
parent886e47e745586c34e81cfd5c5fb9b5dbc8e84d04 (diff)
parent86fe78ef4686485394b464cf9d3393ce27b33979 (diff)
Include /etc/ssh/*_config.d/*.conf
Include /etc/ssh/ssh_config.d/*.conf from /etc/ssh/ssh_config and /etc/ssh/sshd_config.d/*.conf from /etc/ssh/sshd_config. Closes: #845315
Diffstat (limited to 'debian/patches/restore-authorized_keys2.patch')
-rw-r--r--debian/patches/restore-authorized_keys2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/restore-authorized_keys2.patch b/debian/patches/restore-authorized_keys2.patch
index 7281395ae..aa6f4cc31 100644
--- a/debian/patches/restore-authorized_keys2.patch
+++ b/debian/patches/restore-authorized_keys2.patch
@@ -1,4 +1,4 @@
1From 2fe72c4e855be0fc87dbdc296632394b6cfe957a Mon Sep 17 00:00:00 2001 1From 58390cbd5e07df92729b794beb491f7352b26993 Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 5 Mar 2017 02:02:11 +0000 3Date: Sun, 5 Mar 2017 02:02:11 +0000
4Subject: Restore reading authorized_keys2 by default 4Subject: Restore reading authorized_keys2 by default
@@ -18,10 +18,10 @@ Patch-Name: restore-authorized_keys2.patch
18 1 file changed, 2 insertions(+), 3 deletions(-) 18 1 file changed, 2 insertions(+), 3 deletions(-)
19 19
20diff --git a/sshd_config b/sshd_config 20diff --git a/sshd_config b/sshd_config
21index ed8272f6d..ee9629102 100644 21index 459c1b230..dc0db5706 100644
22--- a/sshd_config 22--- a/sshd_config
23+++ b/sshd_config 23+++ b/sshd_config
24@@ -36,9 +36,8 @@ 24@@ -38,9 +38,8 @@ Include /etc/ssh/sshd_config.d/*.conf
25 25
26 #PubkeyAuthentication yes 26 #PubkeyAuthentication yes
27 27