diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-03-02 00:43:41 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-03-02 00:43:41 +0000 |
| commit | 06fb2ecf6b7eb258339dce6087563ff31d22e8d7 (patch) | |
| tree | 424317044b849eedd6efa8ed69ac60205afa2fd0 | |
| parent | 9e6ebf2633bebcf47a5061579fc369a24e2105b5 (diff) | |
ssh: Include more configuration files if present
| -rw-r--r-- | ssh/.gitignore | 3 | ||||
| -rw-r--r-- | ssh/config | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ssh/.gitignore b/ssh/.gitignore new file mode 100644 index 0000000..676b8f2 --- /dev/null +++ b/ssh/.gitignore @@ -0,0 +1,3 @@ +authorized_keys +id_* +known_hosts @@ -1,5 +1,9 @@ # -*- mode: conf-space -*- +Include ../dotfiles-${UNAME}/ssh/config +Include ../dotfiles-${DOMAIN}/ssh/config +Include ../dotfiles-${HOST_SHORT}/ssh/config + Host * VerifyHostKeyDNS yes |
