From 7fcea1d2c8b38fe73279eaf1f1730d797bb78825 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sat, 17 Aug 2024 00:38:56 +0200 Subject: [PATCH] [ssh] update config.d structure --- ssh/config | 2 +- ssh/config.d/00_README | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ssh/config b/ssh/config index 4111cb7..cb40b44 100644 --- a/ssh/config +++ b/ssh/config @@ -1,5 +1,5 @@ # Include separate configs from ~/.ssh/config.d/ -Include ~/.ssh/config.d/* +Include ~/.ssh/config.d/*.config # Defaults Host * diff --git a/ssh/config.d/00_README b/ssh/config.d/00_README index 218d8eb..a0ef253 100644 --- a/ssh/config.d/00_README +++ b/ssh/config.d/00_README @@ -1,13 +1,15 @@ # Separate SSH configurations # -# This directory contains various separate ssh configurations. +# This directory contains various separate ssh configurations +# as `*.config` files. -# Ordering of various lemmas is important. Therefore, one can use -# a numeric prefix for ordering. +# Ordering of various lemmas is important. +# Therefore, one can use a numeric prefix for ordering. # -# At the time of writing, the current scheme has two priorities: -# * `20-` domain specific configurations -# * `30-` host specific configurations +# At the time of writing, the current scheme has three priorities: +# * `35-` host specific configurations +# * `75-` domain specific configurations +# # `99-` defaults for wildcard configurations # # Other prefixes can be added at will as long as the numeric ordering # is maintained.