I follow this guide for adding SSH deploy keys:
GitHub / Generating a new SSH key and adding it to the ssh-agent (Linux)
But every time I want to use them for a git pull, I need to run below again:
eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 How do I make the server/ssh-agent remember the deploy keys?
.bash_profileor.bashrc