mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-21 16:53:33 +01:00
[ssh] update config.d structure
This commit is contained in:
parent
70e4aa40e6
commit
7fcea1d2c8
2 changed files with 9 additions and 7 deletions
|
@ -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 *
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue