Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 324 Bytes

ssh-keys.md

File metadata and controls

24 lines (17 loc) · 324 Bytes

Setting up SSH key for Github

Create the key

ssh-keygen -t rsa -b 4096 -C "joel@redguava.com.au"

Enter location/name of key

/Users/jfriedlaender/.ssh/github_rsa

Add the key to keychain

ssh-add -K ~/.ssh/github_rsa

Copy to clipboard to put into Github

pbcopy < ~/.ssh/github_rsa.pub