Updated SSH (markdown)

master
Nelson Chen 2021-07-03 22:30:14 -07:00
parent 2bae9d589c
commit 350245b8eb
1 changed files with 1 additions and 1 deletions

2
SSH.md

@ -95,7 +95,7 @@ macOS already comes with a SSH client and has everything you need to SSH into an
1. Open Terminal. You can find Terminal by opening Spotlight in the top-right corner and typing "Terminal".
* You can copy and paste commands from this document by copying, and then pasting with paste from the Edit menu. Try _copying_ and running this command: `echo hello`. The Terminal window should print out "hello".
2. Ensure you have a SSH key in this Mac that is added to GitHub:
2. Ensure you have a SSH key in this Mac that is added to GitHub. Choose the quote that best describes your situation and follow the steps:
* "I already have a SSH key generated on this machine with OpenSSH from my Mac added to GitHub!"
* That's great! Go to the `ssh -T git@github.com` check step and make sure that works. If that doesn't work, follow the "I've never setup" instructions.
* "I've never setup and generated a SSH key on this machine with OpenSSH on this Mac and added it to GitHub."