From 7816b05c03b05c36c860058c7754749d574f01ad Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Thu, 8 Jan 2026 15:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BAssh=E7=A7=81=E9=92=A5?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generate_ssh_key.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/generate_ssh_key.sh b/generate_ssh_key.sh index 92f311c..4b3f62f 100644 --- a/generate_ssh_key.sh +++ b/generate_ssh_key.sh @@ -26,6 +26,7 @@ if [ ! -f "$PRIV_KEY" ]; then ssh-keygen -t ed25519 -f "$PRIV_KEY" -N "" else echo "已存在 SSH 密钥,跳过生成" + echo "✅ SSH客户端私钥位于: $PRIV_KEY" fi # 复制公钥到普通目录,方便用户下载