Skip to main content

SSH Agent for Passphrase Management

SSH Agent is a background process that keeps your keys unlocked during your session.

    Start the agent and add keys:
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/id_rsa_work
    ssh-add ~/.ssh/id_rsa_personal

    Per each key added to ssh you will need to type a phrase