Skip to content

Instantly share code, notes, and snippets.

@pietrom
Created May 5, 2015 09:21
Show Gist options
  • Save pietrom/099a7701565c44881126 to your computer and use it in GitHub Desktop.
Save pietrom/099a7701565c44881126 to your computer and use it in GitHub Desktop.
Starting ssh-agent and registering a private key
# Starts ssh-agent
eval $(ssh-agent)
# Adds private key to ssh-agent
ssh-add /path/to/private/key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment