From 9fe779bced33922c35ec2f6b9021ec3211544d25 Mon Sep 17 00:00:00 2001 From: aszerW Date: Tue, 12 May 2026 21:58:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20SSH=E7=A7=81=E9=92=A5=E7=A7=BB?= =?UTF-8?q?=E8=87=B3config=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 变更内容: - hk_ecs.pem -> config/hk_ecs.pem - rotation.yaml: key_path路径更新为 config/hk_ecs.pem 理由: - 配置文件统一归档到config目录 - 便于管理和权限控制 --- hk_ecs.pem => config/hk_ecs.pem | 0 config/strategies/rotation.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename hk_ecs.pem => config/hk_ecs.pem (100%) diff --git a/hk_ecs.pem b/config/hk_ecs.pem similarity index 100% rename from hk_ecs.pem rename to config/hk_ecs.pem diff --git a/config/strategies/rotation.yaml b/config/strategies/rotation.yaml index 632d2c2..7690985 100644 --- a/config/strategies/rotation.yaml +++ b/config/strategies/rotation.yaml @@ -124,5 +124,5 @@ ssh_tunnel: host: "8.218.167.69" # SSH 服务器地址(阿里云香港 ECS IP) port: 22 # SSH 端口 username: "root" # SSH 用户名 - key_path: "hk_ecs.pem" # SSH 私钥路径(相对于项目根目录) + key_path: "config/hk_ecs.pem" # SSH 私钥路径(相对于项目根目录) local_port: 1080 # 本地 SOCKS5 代理端口