diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-15 01:30:37 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-15 01:30:37 +0800 |
commit | c61bc28cbe9677d175b6270692bd3d08eca1a026 (patch) | |
tree | 4c07c23c8f952a94e219129a25b5575b39d07fd4 /home/xyz/.ssh/config | |
parent | 98ebc61ba84f3dcbb6c0f13854ebf989695e599f (diff) |
ssh no use ipv6 for ib, because it cancelled
Diffstat (limited to 'home/xyz/.ssh/config')
-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 7dd36f6a..d4e2d229 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -27,7 +27,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 |