summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ssh/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 465e887..4128b03 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -18,6 +18,9 @@ Host *.local
# FIXME: remove this once debian works
Host git.sr.ht github.com
KexAlgorithms curve25519-sha256,[email protected]
+ # Force the use of IPV4 for github and sr.ht
+ # Since both don't work reliably on IPV6 (inet6)
+ AddressFamily inet
Host *
ServerAliveInterval 300