diff options
| author | tekkub :bear: <tekkub@gmail.com> | 2011-04-04 00:25:31 -0600 |
|---|---|---|
| committer | tekkub :bear: <tekkub@gmail.com> | 2011-04-04 00:25:31 -0600 |
| commit | 099fe8880b047daab01ee67690d0d17ffec7d522 (patch) | |
| tree | 75285d9abda623f75e84dd009d5979aea4dae7da | |
| parent | 648d5234ea7bdda34ddea0ec362e185f828158b3 (diff) | |
More clearer
| -rw-r--r-- | _includes/ssh_setup.markdown | 6 |
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><press enter></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><enter a passphrase></em></span> + <span class="bash-output">Enter same passphrase again:<em><enter passphrase again></em></span> </pre> Which should give you something like this: |
