diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-01-08 16:41:02 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-01-08 16:41:02 -0500 |
commit | 5154a291278015caff5a15c48c22d85babe6526e (patch) | |
tree | d370972cbc464ea01d8510aefbb7cb37dcd4b7c7 | |
parent | More kubuntu->debian stuff (diff) |
Enforce Strict host key checking for Debian hosts
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 4 |
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 |