diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 16:51:15 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 16:51:15 +0800 |
commit | 7a789336cbdf51c335db293ff604c9f78b78ba42 (patch) | |
tree | dae97f63da415f4072dfe34741b29c7176048de5 /home/xyz | |
parent | 683d87f348498bfbdc919e2bb6e3f739e38dd19b (diff) |
ssh ba via ipv4 because better optimized route
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index e05aa8b0..9d28e7ae 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -41,3 +41,5 @@ Host ib Host ba Hostname ba.flylightning.xyz User xyz + # ba ipv4 has better optimized route + AddressFamily inet |