Skip to content

Update github.md #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions github.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ But you can still use `check50` and `submit50`! You just need to log in a bit di
1. Click **New SSH Key**.
1. Paste your public key into the text box under **Key**. Optionally input a title under **Title** (e.g., `CS50`).
1. Click **Add SSH Key**.
1. Execute `eval "$(ssh-agent -s)` to start the ssh-agent in the background.
1. To add the created ssh key. `ssh-add ~/.ssh/id_rsa.pub`. It should say the identity is added.
1. Execute `ssh -T [email protected] -p 443`.
1. Enter "yes" and press enter if you see the following prompt (the IP address might be different):
```
Expand Down