Jump to content

Boston Python Workshop/Friday handout/OS X 10.6 or 10.5: Difference between revisions

no edit summary
imported>Paulproteus
imported>Paulproteus
No edit summary
Line 38:
 
If you get an error, get help! Otherwise, you're done.
 
== Create an SSH public key ==
 
 
== Create an ssh public key ==
 
You'll need one of these to push your work to Github.
* Open up a new Terminal window.
* <code>ssh-keygen -C "''Your Actual Email''" -t rsa</code> (email should match git config setting)
* Hit enter to accept default location for ssh key.
* Hit enter to accept blank passphrase (if computer is shared with other people, as in a work laptop, you should create a passphrase). Hit enter again to accept blank passphrase (or enter passphrase again).
* [[Output of ssh-keygen command]]
* Your brand-new public key is now stored at <code>~/.ssh/id_rsa.pub</code>.
 
== Put your SSH key on Github ==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.