From 154b6458edfba731093164c8c6e7e7a88fec294c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 24 Jan 2026 23:35:40 +0100 Subject: Fix ssh issue with ipv6 on github/sr.ht --- .ssh/config | 3 +++ 1 file changed, 3 insertions(+) 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,curve25519-sha256@libssh.org + # Force the use of IPV4 for github and sr.ht + # Since both don't work reliably on IPV6 (inet6) + AddressFamily inet Host * ServerAliveInterval 300 -- cgit v1.2.3