summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh/config1
-rw-r--r--ssh/config-pers11
2 files changed, 12 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
index 3b38006..57074d8 100644
--- a/ssh/config
+++ b/ssh/config
@@ -2,6 +2,7 @@
Include config-wmf
Include config-pers
+Include config-private
# Default settings for everything. These can be overridden by EARLIER
# matches on Host or Match.
diff --git a/ssh/config-pers b/ssh/config-pers
index 4ab0766..3f01719 100644
--- a/ssh/config-pers
+++ b/ssh/config-pers
@@ -25,3 +25,14 @@ Host *vm.liw.fi
Host effi.branchable.com
User b-effi
IdentityFile ~/.ssh/keypairs/id_rsa
+
+Host git.dns-api.com
+ SendEnv !LC_* !LANG
+
+Host remy
+ User root
+ Hostname 10.0.0.79
+
+Host 195.* *.vm.liw.fi v-i x220
+ UserKnownHostsFile /dev/null
+ StrictHostKeyChecking no