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

Content added Content deleted
(comment5,)
(comment3,)
Line 5: Line 5:
comment5,
comment5,


comment3,
== 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).
* Your brand-new public key is now stored at <code>~/.ssh/id_rsa.pub</code>.


== Install the KomodoEdit text editor ==
== Install the KomodoEdit text editor ==