aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 0f855aa..4e02c25 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -93,6 +93,11 @@ Host rsync.net
Hostname de1270.rsync.net
UserKnownHostsFile ~/.ssh/known_hosts.d/rsync.net
User de1270
+Host github.com *.github.com
+ # Don't spam known_hosts with github's many IPs
+ # Especially given that they just use the same key
+ # everywhere (contrary to best practices)
+ CheckHostIp no
## Global defaults
Host *