diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-02 22:25:08 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-15 14:54:26 +0800 |
commit | 358b98bf39a51602df78953bb4ccd87d5580d77f (patch) | |
tree | b754369ec3c7e6ced47a73e60f169414a9310d67 | |
parent | 18e94095668019fe23fb7e62cb1aa36e800599e3 (diff) |
ib ssh change default to use ipv6
Because if I wg to ib, ssh will use ipv4 instead of ipv6. Because I use
ipvlan on ib, so I can't connect to ib's ipv4 so I need to connect to
ib's ipv6 instead.
-rw-r--r-- | home/xyz/.ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index c22e15e0..70592dab 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -27,3 +27,4 @@ Host ca Host ib Hostname ib.flylightning.xyz User xyz + AddressFamily inet6 |