1.0 Create and Add SSH Keys to Github
*PAT= placeholder name
-
On
user’sdevice you want to ssh with, open a shell (i.e. 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
-