Skip to content

Commit

Permalink
Merge pull request #43 from SPAAM-community/jfy133-patch-1
Browse files Browse the repository at this point in the history
Update git-github.qmd
  • Loading branch information
jfy133 authored Aug 1, 2023
2 parents 1a4fac0 + 00bdbb6 commit b0af78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-github.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ eval "$(ssh-agent -s)"
Now you need to give ssh your key to record:

```bash
ssh-add ~/.ssh/id_ed15519
ssh-add ~/.ssh/id_ed25519
```

Next, open your webbrowser and navigate to your github account. Go to settings -> SSH & GPG Keys -> New SSH Key. Give you key a title and paste the public key that you just generated on your local machine.

```bash
cat ~/.ssh/id_ed15519
cat ~/.ssh/id_ed25519
```

Finally, press Add SSH key. To check that it worked, run the following command on your local machine. You should see a message telling you that you've successfully authenticated.
Expand Down

0 comments on commit b0af78f

Please sign in to comment.