summaryrefslogtreecommitdiff
path: root/_includes/ssh_setup.markdown
diff options
context:
space:
mode:
authortekkub :bear:  <tekkub@gmail.com>2011-04-04 00:25:31 -0600
committertekkub :bear:  <tekkub@gmail.com>2011-04-04 00:25:31 -0600
commit099fe8880b047daab01ee67690d0d17ffec7d522 (patch)
tree75285d9abda623f75e84dd009d5979aea4dae7da /_includes/ssh_setup.markdown
parent648d5234ea7bdda34ddea0ec362e185f828158b3 (diff)
More clearer
Diffstat (limited to '_includes/ssh_setup.markdown')
-rw-r--r--_includes/ssh_setup.markdown6
1 files changed, 3 insertions, 3 deletions
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 @@
<pre class="terminal bootcamp">
<span class="codeline">$ ssh-keygen -t rsa -C "<em>your_email@youremail.com</em>"<span>Creates a new ssh key using the provided email</span></span>
<span class="bash-output">Generating public/private rsa key pair.</span>
- <span class="bash-output">Enter file in which to save the key (/Users/<em>your_user_directory</em>/.ssh/id_rsa):</span>
+ <span class="bash-output">Enter file in which to save the key (/Users/<em>your_user_directory</em>/.ssh/id_rsa):<em>&lt;press enter&gt;</em></span>
</pre>
Now you need to enter a passphrase.
@@ -49,8 +49,8 @@
</div>
<pre class="terminal bootcamp">
- <span class="bash-output">Enter passphrase (empty for no passphrase):</span>
- <span class="bash-output">Enter same passphrase again:</span>
+ <span class="bash-output">Enter passphrase (empty for no passphrase):<em>&lt;enter a passphrase&gt;</em></span>
+ <span class="bash-output">Enter same passphrase again:<em>&lt;enter passphrase again&gt;</em></span>
</pre>
Which should give you something like this: