1 | ssh-keygen -t ed25519 -C "your_email@example.com" |
github-doc.md
· 127 B · Markdown
Неформатований
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
1 | ssh-keygen -t rsa -b 4096 -C "your_email@example.com" |