summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-linux-key-setup.textile
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2009-06-15-linux-key-setup.textile')
-rw-r--r--_posts/2009-06-15-linux-key-setup.textile2
1 files changed, 1 insertions, 1 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):