|
|
@ -37,7 +37,7 @@ Open **Git Bash** and run (include the quotations, but change the email to your
|
|
|
|
`ssh-keygen -t ed25519 -C "your_email@example.com"`
|
|
|
|
`ssh-keygen -t ed25519 -C "your_email@example.com"`
|
|
|
|
|
|
|
|
|
|
|
|
* Press Enter to accept the default location (/C/Users/YourName/.ssh/id_ed25519)
|
|
|
|
* Press Enter to accept the default location (/C/Users/YourName/.ssh/id_ed25519)
|
|
|
|
* It will ask you to set a password, but it is optional. You can simply press Enter again to skip.
|
|
|
|
* It will ask you to set a password, but it is optional and recommended to leave blank. You can simply press Enter again to skip.
|
|
|
|
|
|
|
|
|
|
|
|
This generates:
|
|
|
|
This generates:
|
|
|
|
* id_ed25519 (your private key - **keep this safe**)
|
|
|
|
* id_ed25519 (your private key - **keep this safe**)
|
|
|
|