Skip to content

Instantly share code, notes, and snippets.

@simon-jlc
simon-jlc / manage_ssh-agent.sh
Created November 22, 2015 17:04
Helper to manage SSH agent and keys
# start ssh-agent as a service
eval "$(ssh-agent -s)"
# add key to agent entering passpharse
ssh-add ~/.ssh/id_github