[seahorse/wip/userdocs: 44/71] help: new page ssh-import.page



commit 49823048fab1bae86814279274a8cf8de40efbed
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Sat Sep 14 00:29:25 2013 +0530

    help: new page ssh-import.page
    
    Page explains how to import SSH keys from keyfiles.

 help/C/ssh-import.page |   55 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/help/C/ssh-import.page b/help/C/ssh-import.page
new file mode 100644
index 0000000..b21132a
--- /dev/null
+++ b/help/C/ssh-import.page
@@ -0,0 +1,55 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="ssh-import">
+
+  <info>
+    <link type="guide" xref="ssh"/>
+
+    <revision version="0.1" date="2011-06-17" status="stub"/>
+    <revision pkgversion="3.9" date="2013-06-20" status="review"/>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <credit type="author copyright">
+      <name>Aruna Sankaranarayanan</name>
+      <email its:translate="no">aruna evam gmail com</email>
+      <years>2013</years>
+    </credit>
+    <credit type="editor copyright">
+      <name>Jim Campbell</name>
+      <email its:translate="no">jwcampbell gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <desc>Import SSH keys from keyfiles into <app>Passwords and Keys</app>.</desc>
+  </info>
+
+  <title>Import SSH keys</title>
+
+  <p>If you have received a key file by email, you might want to import it into
+  <app>Passwords and Keys</app>. In most cases, <app>Passwords and Keys</app>
+  automatically imports SSH keys from the <file>~/.ssh</file> directory on your
+  computer. You can also manually import keys into
+  <app>Passwords and Keys</app>.</p>
+
+  <steps>
+    <title>How do I manually import a key?</title>
+    <item>
+      <p>Select
+      <guiseq><gui style="menu">File</gui><gui>Import…</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>In the new dialog, select the key you wish to
+      import. Public SSH keys end with <file>.pub</file>.</p>
+    </item>
+    <item>
+      <p>Click <gui style="button">Open</gui>.</p>
+    </item>
+  </steps>
+
+  <p>Imported keys are automatically grouped according to their type. So,
+  <file>SSH</file> keys are listed in the <file>OpenSSH keys</file>
+  section.</p>
+
+</page>


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