From 03448979f9cb459304365a9d660ed660baf48926 Mon Sep 17 00:00:00 2001 From: tekkub Date: Thu, 3 Sep 2009 21:34:28 -0600 Subject: Add linux key setup guide --- _posts/2009-06-15-msysgit-key-setup.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2009-06-15-msysgit-key-setup.textile') diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile index bd371b1..b630d41 100644 --- a/_posts/2009-06-15-msysgit-key-setup.textile +++ b/_posts/2009-06-15-msysgit-key-setup.textile @@ -12,7 +12,7 @@ Generating an SSH key with msysgit is a fairly straightforward process. First a h2. Backup and remove existing keys -Unless this is your first time installing msys 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 installing msys 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.
$ cd ~/.ssh
 $ ls
-- 
cgit v1.3.1


From 5165e698d3e15cf840cc906faf1d3f4c1815bdbc Mon Sep 17 00:00:00 2001
From: tekkub 
Date: Thu, 3 Sep 2009 21:44:06 -0600
Subject: Don't litter the Setup category with each OS key guide, use the
 redirector instead

---
 _posts/2009-06-15-key-setup-redirect.textile | 18 ++++++++++++++++++
 _posts/2009-06-15-linux-key-setup.textile    |  2 +-
 _posts/2009-06-15-mac-key-setup.textile      |  2 +-
 _posts/2009-06-15-msysgit-key-setup.textile  |  2 +-
 _posts/2009-08-14-key-setup-redirect.textile | 16 ----------------
 5 files changed, 21 insertions(+), 19 deletions(-)
 create mode 100644 _posts/2009-06-15-key-setup-redirect.textile
 delete mode 100644 _posts/2009-08-14-key-setup-redirect.textile

(limited to '_posts/2009-06-15-msysgit-key-setup.textile')

diff --git a/_posts/2009-06-15-key-setup-redirect.textile b/_posts/2009-06-15-key-setup-redirect.textile
new file mode 100644
index 0000000..adb6b36
--- /dev/null
+++ b/_posts/2009-06-15-key-setup-redirect.textile
@@ -0,0 +1,18 @@
+---
+layout: default
+title: Generating SSH keys
+description: How to generate SSH keys and add them to GitHub
+categories: setup
+---
+
+Attempting to redirect to the guide for your OS.  If the redirect fails, pick your OS:
+
+* "Windows":msysgit-key-setup
+* "Mac":mac-key-setup
+* "Linux":mac-key-setup
+
+
\ No newline at end of file
diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile
index b69d889..886162b 100644
--- a/_posts/2009-06-15-linux-key-setup.textile
+++ b/_posts/2009-06-15-linux-key-setup.textile
@@ -2,7 +2,7 @@
 layout: default
 title: Generating SSH keys (Linux)
 description: Setting up SSH keys on Linux
-categories: linux setup
+categories: linux
 main_category: setup
 ---
 
diff --git a/_posts/2009-06-15-mac-key-setup.textile b/_posts/2009-06-15-mac-key-setup.textile
index 6e04a18..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
 ---
 
diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile
index b630d41..47beb43 100644
--- a/_posts/2009-06-15-msysgit-key-setup.textile
+++ b/_posts/2009-06-15-msysgit-key-setup.textile
@@ -2,7 +2,7 @@
 layout: default
 title: Generating SSH keys (Win/msysgit)
 description: Setting up SSH keys with msysgit on Windows
-categories: windows setup
+categories: windows
 main_category: setup
 ---
 
diff --git a/_posts/2009-08-14-key-setup-redirect.textile b/_posts/2009-08-14-key-setup-redirect.textile
deleted file mode 100644
index d760f3b..0000000
--- a/_posts/2009-08-14-key-setup-redirect.textile
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: default
-title: Generating SSH keys
----
-
-Attempting to redirect to the guide for your OS.  If the redirect fails, pick your OS:
-
-* "Windows":msysgit-key-setup
-* "Mac":mac-key-setup
-* "Linux":mac-key-setup
-
-
\ No newline at end of file
-- 
cgit v1.3.1