Skip to content

Instantly share code, notes, and snippets.

@georgepaoli
Created October 7, 2021 20:48
Show Gist options
  • Save georgepaoli/160865d550bfa7c30c5931d7a01c5b20 to your computer and use it in GitHub Desktop.
Save georgepaoli/160865d550bfa7c30c5931d7a01c5b20 to your computer and use it in GitHub Desktop.
Create SSH Key for add in Git severs
  • Windows:

ssh-keygen -o -t rsa -b 4096 -C "email@email.com"

notepad C:\Users\usuario\.ssh\id_rsa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment