summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-08-15 01:30:14 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-08-15 01:30:14 +0800
commit7b63025eb5876c235114563ca9115aa0bf23b257 (patch)
tree6b64d7fbd43de11b12d7263de4cacea07084279e
parent1f5cf2ec1b3e907b41605c549c22ea997d9fa0d0 (diff)
ssh no use ipv6 for ib, because it cancelled
-rw-r--r--home/xyz/.ssh/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config
index 608ce0a5..41a67680 100644
--- a/home/xyz/.ssh/config
+++ b/home/xyz/.ssh/config
@@ -36,7 +36,8 @@ Host ca
Host ib
Hostname ib.flylightning.xyz
User xyz
- AddressFamily inet6
+ # ib VPS provider cancelled ipv6
+ #AddressFamily inet6
Host ba
Hostname ba.flylightning.xyz