|
|
@ -45,13 +45,13 @@ This generates:
|
|
|
|
|
|
|
|
|
|
|
|
### 2. Copy Your Public Key
|
|
|
|
### 2. Copy Your Public Key
|
|
|
|
|
|
|
|
|
|
|
|
Run this to copy the public key to your clipboard:
|
|
|
|
Run this in **Git Bash** to copy the public key to your clipboard:
|
|
|
|
|
|
|
|
|
|
|
|
`clip < ~/.ssh/id_ed25519.pub`
|
|
|
|
`clip < ~/.ssh/id_ed25519.pub`
|
|
|
|
|
|
|
|
|
|
|
|
*If clip doesn't work, use `cat ~/.ssh/id_ed25519.pub` and copy it manually*
|
|
|
|
*If clip doesn't work, use `cat ~/.ssh/id_ed25519.pub` and copy it manually*
|
|
|
|
|
|
|
|
|
|
|
|
*Omitting the email it generates, copy the output, and your key should look like the following:*
|
|
|
|
*Copy the output, but not the email. Your key should look like the following:*
|
|
|
|
|
|
|
|
|
|
|
|
`ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`
|
|
|
|
`ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`
|
|
|
|
|
|
|
|
|
|
|
|