 AimerNeige 修订了这个 Gist 2 years ago. 转到此修订
                
                AimerNeige 修订了这个 Gist 2 years ago. 转到此修订
                
                    3 files changed, 3 insertions
ed25519.sh(文件已创建)
| @@ -0,0 +1 @@ | |||
| 1 | + | ssh-keygen -t ed25519 -C "your_email@example.com" | |
github-doc.md(文件已创建)
| @@ -0,0 +1 @@ | |||
| 1 | + | https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent | |
rsa.sh(文件已创建)
| @@ -0,0 +1 @@ | |||
| 1 | + | ssh-keygen -t rsa -b 4096 -C "your_email@example.com" | |