diff options
-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 |