diff options
| -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 |
