summaryrefslogtreecommitdiff
path: root/ssh_config
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 /ssh_config
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 'ssh_config')
-rw-r--r--ssh_config2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh_config b/ssh_config
index 6dd6ecf87..8a55237b9 100644
--- a/ssh_config
+++ b/ssh_config
@@ -17,6 +17,8 @@
17# list of available options, their meanings and defaults, please see the 17# list of available options, their meanings and defaults, please see the
18# ssh_config(5) man page. 18# ssh_config(5) man page.
19 19
20Include /etc/ssh/ssh_config.d/*.conf
21
20Host * 22Host *
21# ForwardAgent no 23# ForwardAgent no
22# ForwardX11 no 24# ForwardX11 no