Generate an SSH Key to Pull a Private Repo
- Generate a new SSH key
ssh-keygen -t ed25519 -C email@example.com
- Add it to your account’s SSH keys
- Give it a Title and paste in the output from the cat command below in the key file text area
- Use Powershell to copy directly to the clipboard
cat ~/.ssh/id_ed25519.pub | clip
- Use Powershell to copy directly to the clipboard