How to permanently save a password protected ssh key on your machine
First create a new bash process by running this command on your command line.
ssh-agent bash
It will ask you to enter your password once, then won't ask again.
Now add your ssh keys like this: