refactor: SSH私钥移至config目录

变更内容:
- hk_ecs.pem -> config/hk_ecs.pem
- rotation.yaml: key_path路径更新为 config/hk_ecs.pem

理由:
- 配置文件统一归档到config目录
- 便于管理和权限控制
This commit is contained in:
2026-05-12 21:58:12 +08:00
parent 16affb2368
commit 9fe779bced
2 changed files with 1 additions and 1 deletions

View File

@@ -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 代理端口