1.0 Generate and Add SSH Keys to Github
*PAT= placeholder name
-
On device you want to ssh with, open a shell (e.g. PowerShell), enter the command below:
-
Just press Enter for the prompts
-
Make sure to note where the SSH keys are being stored
-
ex) C:\Users\PAT/.ssh/
-
-
ssh-keygen -t ed25519
-
Paste the public key into user’s Github profile
-
Title can be anything (should note what machine it belongs to)
-
Key type: Authentication Key
-
You should now be able to SSH into the system that has your public keys with machines that hold the corresponding private key!