Skip to content

Instantly share code, notes, and snippets.

@saxenap
Created February 20, 2016 04:39
Show Gist options
  • Save saxenap/88b4284e132e782aaf54 to your computer and use it in GitHub Desktop.
Save saxenap/88b4284e132e782aaf54 to your computer and use it in GitHub Desktop.
SSH Setup
ssh-keygen
(Enter: ~/.ssh/bitbucket_rsa)
ps -e | grep [s]sh-agent
ssh-agent /bin/bash
ssh-add ~/.ssh/bitbucket_rsa
ssh-add -l
cat ~/.ssh/bitbucket_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment