Mainly as a reminder for myself, here is what to do so that macOS doesn’t always ask for your SSH key passphrase.
Add the following to ~/.ssh/config
Host *
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
UseKeychain yes
Mainly as a reminder for myself, here is what to do so that macOS doesn’t always ask for your SSH key passphrase.
Add the following to ~/.ssh/config
Host *
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
UseKeychain yes