diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 16:51:15 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-03 14:31:30 +0800 |
commit | b606510751eb380f2dbe070b5c29f6d18061dcaf (patch) | |
tree | 3ab30d243d55bb3ee061e10a462c4dd5b33117c4 /home/xyz/.ssh/config | |
parent | 1f3b55ed9ee8a9a29335423bfd4eb4315f5901de (diff) |
ssh ba via ipv4 because better optimized routepp
Diffstat (limited to 'home/xyz/.ssh/config')
-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 650974ca..7dd36f6a 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -32,3 +32,5 @@ Host ib Host ba Hostname ba.flylightning.xyz User xyz + # ba ipv4 has better optimized route + AddressFamily inet |