Skip to content

Commit

Permalink
Update github-ssh-access.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Jul 23, 2024
1 parent bc96877 commit 786b9b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/shell/ssh/github-ssh-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ You will also have a _private_ key as `~/.ssh/id_rsa`, though you don't need to
### 3. Add public key to GitHub

1. Login to GitHub account.
1. Go to the SSH keys page
- [github.com/settings/keys](https://github.com/settings/keys)
- Or go to:
1. Settings.
1. SSH and GPG keys.
1. Go to SSH keys page
- Click to go to [github.com/settings/keys](https://github.com/settings/keys)
- Or with UI:
1. Go Settings.
1. Go to SSH and GPG keys.
1. Create a new SSH key.
1. Give a title as description of your name (like `Michael` or `mcurrin`) and host (like `Mac` or `Dell`). e.g. `Michael Dell`. This can be renamed later easily.
1. Paste the _public_ key copied from the previous section and save.
Expand Down

0 comments on commit 786b9b3

Please sign in to comment.