[seahorse] help: shorten the tip about SSH key authentication



commit 273d9b09324abba2b47f04d6e1cad31a178408da
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Wed Sep 10 14:53:55 2014 +0100

    help: shorten the tip about SSH key authentication

 help/C/ssh-create.page |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/help/C/ssh-create.page b/help/C/ssh-create.page
index 9d90f00..6de3bd8 100644
--- a/help/C/ssh-create.page
+++ b/help/C/ssh-create.page
@@ -8,6 +8,7 @@
     <link type="guide" xref="ssh"/>
 
     <revision version="0.8" date="2013-08-12" status="incomplete"/>
+    <revision pkgversion="3.14" date="2014-09-10" status="incomplete"/>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
@@ -21,6 +22,11 @@
       <email its:translate="no">hashem riseup net</email>
       <years>2014</years>
     </credit>
+    <credit type="copyright editor">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+      <years>2014</years>
+    </credit>
 
     <desc>Create SSH keys to log in to other computers.</desc>
   </info>
@@ -119,14 +125,8 @@
     password.</p>
 
     <note style="tip">
-      <p>Password-free login will at this point only be available when initiated from your
-      current local computer. When logging in, the SSH program will read the
-      installed public part of the SSH key on the remote computer and verify
-      it with the private part of the SSH key on your local computer. If this
-      authentication fails or is unavailable (e.g. on other local computers
-      you may have), SSH will resort to using a login password to authenticate.
-      You may also repeat the above steps on a different local computer to
-      install more than one public key on the remote.</p>
+      <p>If SSH key authentication fails and you cannot use password
+      authentication, contact the service administrator for further help.</p>
     </note>
   </section>
 </page>


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