Create ~/.ssh/config
file with the following content:
Host *
UseKeychain yes
AddKeysToAgent yes
Then add the private key to the system:
ssh-add [/path/to/your/private/key]
Create ~/.ssh/config
file with the following content:
Host *
UseKeychain yes
AddKeysToAgent yes
Then add the private key to the system:
ssh-add [/path/to/your/private/key]