til

Cache SSH key password

Run each time terminal session restarts

Start the ssh-agent in the background.

eval "$(ssh-agent -s)"

Add my SSH private key to the ssh-agent.

ssh-add ~/.ssh/id_ed25519

See what ssh key has been added already

ssh-add -l