diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 13:43:41 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 13:43:41 +0800 |
commit | d5b86a387d1e3d27661409adcdc9b77507049c09 (patch) | |
tree | ac2f592676e6046fa79b7251858fe034efedf93e | |
parent | d32a3cb15d6b4bd9881a117a5965aa9d1fffe35e (diff) |
insp if wg to ca, it seems I can `ssh -4 studio` but I cannot `ssh -6 studio`, so I temp workaround it by ask ssh to connect to ipv4, more see vq notes
-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 2ebb1f8e..eca65319 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -11,6 +11,7 @@ Host studio Hostname flylightning.xyz Port ssh-isp User xyz + AddressFamily inet Host pp Hostname xyzpp |