aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-10-27 09:57:29 -0400
committerRyan Kavanagh <rak@rak.ac>2021-10-27 09:57:29 -0400
commit0409cfbca9fb0dd8a03512ed2a7fbd8b544c12e0 (patch)
treec64212c55c53026a66c85df533f1f8db4661a73d /.ssh/config
parentadd git.cs to known_hosts (diff)
fix github known hosts
Diffstat (limited to '')
-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 *