AimerNeige revisou este gist . Ir para a revisão
3 files changed, 3 insertions
ed25519.sh(arquivo criado)
@@ -0,0 +1 @@ | |||
1 | + | ssh-keygen -t ed25519 -C "your_email@example.com" |
github-doc.md(arquivo criado)
@@ -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(arquivo criado)
@@ -0,0 +1 @@ | |||
1 | + | ssh-keygen -t rsa -b 4096 -C "your_email@example.com" |