dotfiles/ssh/config.d/00_README

16 lines
504 B
Plaintext
Raw Normal View History

# Separate SSH configurations
#
2024-08-17 00:38:56 +02:00
# This directory contains various separate ssh configurations
# as `*.config` files.
2024-08-17 00:38:56 +02:00
# Ordering of various lemmas is important.
# Therefore, one can use a numeric prefix for ordering.
#
2024-08-17 00:38:56 +02:00
# 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.