From d5b86a387d1e3d27661409adcdc9b77507049c09 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 4 Jul 2025 13:43:41 +0800 Subject: 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 --- home/xyz/.ssh/config | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-70-g09d2