aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-01-08 16:41:02 -0500
committerRyan Kavanagh <rak@debian.org>2012-01-08 16:41:02 -0500
commit5154a291278015caff5a15c48c22d85babe6526e (patch)
treed370972cbc464ea01d8510aefbb7cb37dcd4b7c7
parentMore kubuntu->debian stuff (diff)
Enforce Strict host key checking for Debian hosts
Diffstat (limited to '')
-rw-r--r--.ssh/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index b1bf73e..01b9330 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -26,3 +26,7 @@ Host *.debian.net
Host *.debian.org
User rak
UserKnownHostsFile ~/.ssh/known_hosts.d/debian
+Host anonscm.debian.org
+ Hostname alioth.debian.org
+Host *.debian.org
+ StrictHostKeyCHecking yes