From 099fe8880b047daab01ee67690d0d17ffec7d522 Mon Sep 17 00:00:00 2001 From: "tekkub :bear: " Date: Mon, 4 Apr 2011 00:25:31 -0600 Subject: More clearer --- _includes/ssh_setup.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_includes') diff --git a/_includes/ssh_setup.markdown b/_includes/ssh_setup.markdown index ca1755a..85998a7 100644 --- a/_includes/ssh_setup.markdown +++ b/_includes/ssh_setup.markdown @@ -28,7 +28,7 @@
 	$ ssh-keygen -t rsa -C "your_email@youremail.com"Creates a new ssh key using the provided email
 	Generating public/private rsa key pair.
-	Enter file in which to save the key (/Users/your_user_directory/.ssh/id_rsa):
+	Enter file in which to save the key (/Users/your_user_directory/.ssh/id_rsa):<press enter>
 	
Now you need to enter a passphrase. @@ -49,8 +49,8 @@
-	Enter passphrase (empty for no passphrase):
-	Enter same passphrase again:
+	Enter passphrase (empty for no passphrase):<enter a passphrase>
+	Enter same passphrase again:<enter passphrase again>
 	
Which should give you something like this: -- cgit v1.3.1