Cache SSH key password
Run each time terminal session restarts
Start the ssh-agent in the background.
- This is the instructions for Linux, but works through Git Bash on Windows
Add my SSH private key to the ssh-agent.
ssh-add ~/.ssh/id_ed25519
- If I skip this step, it will keep prompting me for my private key passphrase
See what ssh key has been added already