touch ~/.ssh/config
Open it and modify the file.
Host *
AddKeysToAgent yes
UseKeyChain yes
IdentityFile ~/.ssh/id_rsa
Add your ssh private key to the ssh-agent.
ssh-add ~/.ssh/id_rsa
touch ~/.ssh/config
Open it and modify the file.
Host *
AddKeysToAgent yes
UseKeyChain yes
IdentityFile ~/.ssh/id_rsa
Add your ssh private key to the ssh-agent.
ssh-add ~/.ssh/id_rsa