From e815297e3c97d8083afaef8345a8b2d711e69d06 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Sun, 1 Jan 2023 14:05:32 -0800
Subject: [PATCH] include conf files in config.d directories

---
 .ssh/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ssh/config b/.ssh/config
index 9863612..46b547d 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,4 +1,5 @@
 Include ~/.ssh/host_specific_config
+Include ~/.ssh/config.d/*.conf
 # Debian general configuration
 Host *.debian.org
   IdentityFile ~/.ssh/identity_debian
-- 
2.39.5