From 3117b9b561b1e481ad1bed90fc748680c02df2ad Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 4 Jul 2025 06:51:51 +0000 Subject: use wg ip for flylightning.xyz to temp workaround the issue of ca `ssh -6 gitolite@flylightning.xyz` and `ssh -4 gitolite@flylightning.xyz` both error; note this is after me config studio and ca wg forward --- etc/hosts | 7 +++++++ etc/ssh/ssh_config.d/my_ssh_config.conf | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 etc/hosts delete mode 100644 etc/ssh/ssh_config.d/my_ssh_config.conf (limited to 'etc') diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 00000000..4e744102 --- /dev/null +++ b/etc/hosts @@ -0,0 +1,7 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. +127.0.0.1 localhost +::1 localhost + +10.0.0.3 flylightning.xyz git.flylightning.xyz mirrors.flylightning.xyz +fdc9:281f:04d7:9ee9::3 flylightning.xyz git.flylightning.xyz mirrors.flylightning.xyz diff --git a/etc/ssh/ssh_config.d/my_ssh_config.conf b/etc/ssh/ssh_config.d/my_ssh_config.conf deleted file mode 100644 index a5f1fca3..00000000 --- a/etc/ssh/ssh_config.d/my_ssh_config.conf +++ /dev/null @@ -1,2 +0,0 @@ -Host flylightning.xyz - Port ssh-isp -- cgit v1.2.3-70-g09d2