Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| student:utilities:start:keypairs:beginner [2025/09/02 15:18] – updated instructions to be more precise about copying the output of ~/.ssh/id_ed25519.pub phill4sm | student:utilities:start:keypairs:beginner [2025/10/29 16:21] (current) – [Configure your computer's ssh client] stewarmc | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| AddKeysToAgent yes # https:// | AddKeysToAgent yes # https:// | ||
| # IdentitiesOnly yes # I am thinking maybe I should not propose this for beginners. so it's commented out now. | # IdentitiesOnly yes # I am thinking maybe I should not propose this for beginners. so it's commented out now. | ||
| - | Host stu # by specifying the host here as " | + | Host stu # by specifying the host here as " |
| - | | + | # the full hostname when connecting via ssh to the server at the HostName below |
| HostName stu.cs.jmu.edu | HostName stu.cs.jmu.edu | ||
| - | | + | |
| - | # IdentityFile ~/ | + | # IdentityFile ~/ |
| User YOUR_EID_BUT_DONT_CAPITALIZE_IT # if you specify a user, you don't have to put the | User YOUR_EID_BUT_DONT_CAPITALIZE_IT # if you specify a user, you don't have to put the | ||
| - | | + | |
| ** NOTICE THE PART YOU HAVE TO REPLACE ABOVE, FOR MOST IT'S IN JUST THE LAST LINE WHERE IT SAYS " | ** NOTICE THE PART YOU HAVE TO REPLACE ABOVE, FOR MOST IT'S IN JUST THE LAST LINE WHERE IT SAYS " | ||
| Line 92: | Line 92: | ||
| - click "Add SSH key". | - click "Add SSH key". | ||
| - test that all is well by entering '' | - test that all is well by entering '' | ||
| + | * you may get a message like this when first connecting to GitHub(It' | ||
| + | The authenticity of host ' | ||
| + | ED25519 key fingerprint is SHA256: | ||
| + | This key is not known by any other names. | ||
| + | Are you sure you want to continue connecting (yes/ | ||
| + | |||
| * you should see a message like '' | * you should see a message like '' | ||
