diff options
| author | Chris Wanstrath <chris@ozmm.org> | 2009-09-03 20:46:25 -0700 |
|---|---|---|
| committer | Chris Wanstrath <chris@ozmm.org> | 2009-09-03 20:46:25 -0700 |
| commit | 12338d38b13253f4310ba6e4555c9ba8d1faa2f6 (patch) | |
| tree | 6102da53acdf92a4503df8b07ae8feb0a9318b2c /_posts/2009-06-15-mac-key-setup.textile | |
| parent | a70940667f0bff95b1713207fb193394afc30fca (diff) | |
| parent | 5165e698d3e15cf840cc906faf1d3f4c1815bdbc (diff) | |
Merge branch 'master' of git@github.com:help/help.github.com
Diffstat (limited to '_posts/2009-06-15-mac-key-setup.textile')
| -rw-r--r-- | _posts/2009-06-15-mac-key-setup.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2009-06-15-mac-key-setup.textile b/_posts/2009-06-15-mac-key-setup.textile index ad19636..db3de92 100644 --- a/_posts/2009-06-15-mac-key-setup.textile +++ b/_posts/2009-06-15-mac-key-setup.textile @@ -2,7 +2,7 @@ layout: default title: Generating SSH keys (OSX) description: Setting up SSH keys on Mac OSX -categories: mac setup +categories: mac main_category: setup --- @@ -12,7 +12,7 @@ Generating an SSH key on OSX is a fairly straightforward process. First and for h2. Backup and remove existing keys -Unless this is your first time setting up ssh or git on your computer, you should doublecheck that keys do not already exist. If they do you can either use the existing key(s) or remove them. In either case, you should make a backup of the keys. +Unless this is your first time setting up ssh or git on your computer, you should double check that keys do not already exist. If they do you can either use the existing key(s) or remove them. In either case, you should make a backup of the keys. <pre class="terminal">$ cd ~/.ssh $ ls |
