Skip to content

ssh-agent

SSH authentication agent for managing SSH keys and passphrases.

Start the ssh-agent in the background

eval "$(ssh-agent -s)"

Depending on your environment, you may need root access (sudo -s -H) or

exec ssh-agent bash
exec ssh-agent zsh