Last active 1713717919

AimerNeige's Avatar AimerNeige revised this gist 1713717919. Go to revision

3 files changed, 3 insertions

ed25519.sh(file created)

@@ -0,0 +1 @@
1 + ssh-keygen -t ed25519 -C "your_email@example.com"

github-doc.md(file created)

@@ -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(file created)

@@ -0,0 +1 @@
1 + ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
Newer Older