diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-15 01:30:14 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-15 01:30:14 +0800 |
commit | 7b63025eb5876c235114563ca9115aa0bf23b257 (patch) | |
tree | 6b64d7fbd43de11b12d7263de4cacea07084279e /home/xyz/.ssh | |
parent | 1f5cf2ec1b3e907b41605c549c22ea997d9fa0d0 (diff) |
ssh no use ipv6 for ib, because it cancelled
Diffstat (limited to 'home/xyz/.ssh')
-rw-r--r-- | home/xyz/.ssh/config | 3 |
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 |