From c10d30f424e366b7c6a62d33b3cd9c7627b288eb Mon Sep 17 00:00:00 2001 From: Shockwave Date: Mon, 14 Aug 2023 19:56:10 +0800 Subject: [PATCH] update git.md --- article/git/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/article/git/git.md b/article/git/git.md index 4902cac..104a16a 100644 --- a/article/git/git.md +++ b/article/git/git.md @@ -8,7 +8,7 @@ ```bash ssh-keygen -t rsa -f ~/.ssh/id_rsa_your_custom_name -C "your email" -ssh-keygen -t ed25519 -C "xxxx" +ssh-keygen -t ed25519 -C "xxxx" -b 4096 ``` 添加密钥