1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-01 20:09:13 +02:00

[ssh] Symlink README and git_wildcard files in ssh/config.d/

This commit is contained in:
Eric-Teunis de Boone 2021-11-25 15:02:14 +01:00
parent ecf5615d0c
commit e76cbf5ddc
2 changed files with 19 additions and 1 deletions

13
ssh/config.d/00_README Normal file
View file

@ -0,0 +1,13 @@
# Separate SSH configurations
#
# This directory contains various separate ssh configurations.
# 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
#
# Other prefixes can be added at will as long as the numeric ordering
# is maintained.