diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-24 23:35:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-24 23:35:40 +0100 |
| commit | 154b6458edfba731093164c8c6e7e7a88fec294c (patch) | |
| tree | 46841b55a3154dfe321ec91440e465b99fc9bf2e /.ssh | |
| parent | cfa061a9c82f856c3d67aafdb906e62170e3ba7b (diff) | |
Fix ssh issue with ipv6 on github/sr.ht
Diffstat (limited to '.ssh')
| -rw-r--r-- | .ssh/config | 3 |
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 |
