[ssh] update config.d structure

This commit is contained in:
Eric Teunis de Boone 2024-08-17 00:38:56 +02:00
parent 70e4aa40e6
commit 7fcea1d2c8
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Include separate configs from ~/.ssh/config.d/ # Include separate configs from ~/.ssh/config.d/
Include ~/.ssh/config.d/* Include ~/.ssh/config.d/*.config
# Defaults # Defaults
Host * Host *

View File

@ -1,13 +1,15 @@
# Separate SSH configurations # 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 # Ordering of various lemmas is important.
# a numeric prefix for ordering. # Therefore, one can use a numeric prefix for ordering.
# #
# At the time of writing, the current scheme has two priorities: # At the time of writing, the current scheme has three priorities:
# * `20-` domain specific configurations # * `35-` host specific configurations
# * `30-` 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 # Other prefixes can be added at will as long as the numeric ordering
# is maintained. # is maintained.