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 [2024/10/09 10:56] โ [Configure your computer's ssh client] kim3ey | student:utilities:start:keypairs:beginner [2024/11/20 15:07] (current) โ [Tell Github to join the party] stewarmc | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Getting Started with Authentication via Key-Pairs ===== | ===== Getting Started with Authentication via Key-Pairs ===== | ||
- | This documentation assumes you have never done anything with keypairs before (or at least that you have no recollection of having done so).ย | + | This documentation assumes you have **NEVER** |
- | Most of the sections of this document assume you have first followed the preceding sections (so you shoudl | + | Most of the sections of this document assume you have first followed the preceding sections (so you should |
==== Prerequisites ==== | ==== Prerequisites ==== | ||
Line 52: | Line 52: | ||
ServerAliveCountMax 120 | ServerAliveCountMax 120 | ||
AddKeysToAgent yes # https:// | AddKeysToAgent yes # https:// | ||
- | IdentitiesOnly yes # I am thinking maybe I should not propose this for beginners... | + | |
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 | # the full hostname when connecting via ssh to the server at the HostName below | ||
Line 65: | Line 65: | ||
==== Tell stu this is all legit ==== | ==== Tell stu this is all legit ==== | ||
- | - in your terminal (see prerequisite above for help opening the correct terminal for our purposes on your OS), enter '' | + | - in your terminal (see [[# |
- you may see a message like '' | - you may see a message like '' | ||
ED25519 key fingerprint is SHA256: | ED25519 key fingerprint is SHA256: | ||
This key is not known by any other names. | This key is not known by any other names. | ||
Are you sure you want to continue connecting (yes/ | Are you sure you want to continue connecting (yes/ | ||
- | - you will be prompted for your (JMU EID) password. Enter it. | + | - you will be prompted for your (JMU EID) password. Enter it. **NOTE: As you type your password, it is possible that nothing will be displayed in the terminal to protect your security.** |
- you should see a message like '' | - you should see a message like '' | ||
- you should now be able to ssh to stu without entering a password. try it: '' | - you should now be able to ssh to stu without entering a password. try it: '' | ||
Line 76: | Line 76: | ||
==== Tell Github to join the party ==== | ==== Tell Github to join the party ==== | ||
+ | |||
+ | **Note: For those who skipped here because of 261 reasons - Open a terminal window (specifically as specified [[# | ||
If you want to do things with GitHub, you must first have an account. If you don't have one yet, [[https:// | If you want to do things with GitHub, you must first have an account. If you don't have one yet, [[https:// | ||
- | **Note:** it's possible that your quippy username that's served you well since middle school through that very public social media posting about that awkward thing that happened back in high school might be ok to keep around, but perhaps not as your personal-professional username. So maybe don't doxx yourself by making your github username relate to all your prior online activity. ๐ | + | **Note:** it's possible that your quippy username that's served you well since middle school through that very public social media posting about that awkward thing that happened back in high school might be ok to keep around, but perhaps not as your personal-professional username. So maybe don' |
- Go to [[https:// | - Go to [[https:// |