summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-09-09 14:36:38 -0600
committertekkub <tekkub@gmail.com>2009-09-09 14:36:38 -0600
commit41fae5f4b90ccf91a4ee1a7d5608088a682bb3bb (patch)
treeabed9475465e7fd6ab762f1f34c1d636e52701dc
parent21fb8523ec3e8f018ca5e2f8b6b9731617c9f659 (diff)
That should be an upcase C
-rw-r--r--_posts/2009-06-15-linux-key-setup.textile2
-rw-r--r--_posts/2009-06-15-mac-key-setup.textile2
-rw-r--r--_posts/2009-06-15-msysgit-key-setup.textile2
3 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile
index 886162b..f44d3ee 100644
--- a/_posts/2009-06-15-linux-key-setup.textile
+++ b/_posts/2009-06-15-linux-key-setup.textile
@@ -31,7 +31,7 @@ p(. _If you have an existing keypair you wish to use, you can skip this step._
Now that we're certain ssh won't use an existing key, it's time to generate a new keypair. Lets make an RSA keypair:
-<pre class="terminal">$ ssh-keygen -t rsa -c "tekkub@gmail.com"
+<pre class="terminal">$ ssh-keygen -t rsa -C "tekkub@gmail.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/tekkub/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
diff --git a/_posts/2009-06-15-mac-key-setup.textile b/_posts/2009-06-15-mac-key-setup.textile
index db3de92..40d6f9d 100644
--- a/_posts/2009-06-15-mac-key-setup.textile
+++ b/_posts/2009-06-15-mac-key-setup.textile
@@ -30,7 +30,7 @@ p(. _If you have an existing keypair you wish to use, you can skip this step._
Now that we're certain ssh won't use an existing key, it's time to generate a new keypair. Lets make an RSA keypair:
-<pre class="terminal">$ ssh-keygen -t rsa -c "tekkub@gmail.com"
+<pre class="terminal">$ ssh-keygen -t rsa -C "tekkub@gmail.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/tekkub/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile
index 47beb43..4ed627b 100644
--- a/_posts/2009-06-15-msysgit-key-setup.textile
+++ b/_posts/2009-06-15-msysgit-key-setup.textile
@@ -30,7 +30,7 @@ p(. _If you have an existing keypair you wish to use, you can skip this step._
Now that we're certain ssh won't use an existing key, it's time to generate a new keypair. Lets make an RSA keypair:
-<pre class="terminal">$ ssh-keygen -t rsa -c "tekkub@gmail.com"
+<pre class="terminal">$ ssh-keygen -t rsa -C "tekkub@gmail.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Tekkub/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):