From c53986d39ba701b456708814cd47c10eb048c8bb Mon Sep 17 00:00:00 2001 From: tekkub Date: Sat, 9 Jan 2010 17:18:55 -0700 Subject: What do you mean I copied that directly from the OSX guide? --- _posts/2009-06-15-linux-key-setup.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_posts') diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile index c1909a6..5c081a2 100644 --- a/_posts/2009-06-15-linux-key-setup.textile +++ b/_posts/2009-06-15-linux-key-setup.textile @@ -33,11 +33,11 @@ Now that we're certain ssh won't use an existing key, it's time to generate a ne
$ 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 file in which to save the key (/home/tekkub/.ssh/id_rsa):
 Enter passphrase (empty for no passphrase):
 Enter same passphrase again:
-Your identification has been saved in /Users/tekkub/.ssh/id_rsa.
-Your public key has been saved in /Users/tekkub/.ssh/id_rsa.pub.
+Your identification has been saved in /home/tekkub/.ssh/id_rsa.
+Your public key has been saved in /home/tekkub/.ssh/id_rsa.pub.
 The key fingerprint is:
 01:0f:f4:3b:ca:85:d6:17:a1:7d:f0:68:9d:f0:a2:db tekkub@gmail.com
-- cgit v1.3.1