[seahorse] Fixup passphrase vs password wording on ssh-create.page



commit f97e43abcd2d9a06777b523df9ca06ee472a1949
Author: Hashem Nasarat <hashem riseup net>
Date:   Mon Mar 10 10:07:06 2014 -0400

    Fixup passphrase vs password wording on ssh-create.page
    
    Passphrase is used to refer to the one built-in to the key itself:
    https://help.github.com/articles/working-with-ssh-key-passphrases

 help/C/ssh-create.page |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/help/C/ssh-create.page b/help/C/ssh-create.page
index 45f216a..f41162a 100644
--- a/help/C/ssh-create.page
+++ b/help/C/ssh-create.page
@@ -51,12 +51,14 @@
        <p>Press the <gui style="button">Just Create Key</gui> button.</p>
       </item>
       <item>
-       <p>Type a password for your SSH key and press
-       <gui style="button">OK</gui>. You will have to use this password
-       whenever you login to the remote computer.</p>
+       <p>Type a passphrase for your SSH key and press
+       <gui style="button">OK</gui>. When you try to use this SSH key, your
+       operating system will prompt you for this passphrase. This ensures
+       that if someone gets access to your SSH key, they can't use it without
+       the passphrase.</p>
       </item>
       <item>
-       <p>Retype the password and press <gui style="button">OK</gui> to
+       <p>Retype the passphrase and press <gui style="button">OK</gui> to
        finish.</p>
       </item>
     </steps>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]