diff --git a/git-github.qmd b/git-github.qmd index 53b37bcd..21a5c7a9 100644 --- a/git-github.qmd +++ b/git-github.qmd @@ -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.