translation-quick-start-guide/en_US Accounts_And_Subscriptions.xml, 1.1, 1.2 rpm-info.xml, 1.14, 1.15

Diego Búrigo Zacarão (diegobz) fedora-docs-commits at redhat.com
Tue Sep 4 13:27:44 UTC 2007


Author: diegobz

Update of /cvs/docs/translation-quick-start-guide/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6236

Modified Files:
	Accounts_And_Subscriptions.xml rpm-info.xml 
Log Message:
Add section to use a existing SSH key


Index: Accounts_And_Subscriptions.xml
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/en_US/Accounts_And_Subscriptions.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Accounts_And_Subscriptions.xml	23 Aug 2007 04:19:56 -0000	1.1
+++ Accounts_And_Subscriptions.xml	4 Sep 2007 13:27:41 -0000	1.2
@@ -14,13 +14,20 @@
     <title>Accounts and Subscriptions</title>
 
     <section id="sn-ssh-key">
-      <title>Making an SSH Key</title>
+      <title>Making a SSH Key</title>
 
       <para>
 	If you do not have a SSH key yet, generate one using the
 	following steps:
       </para>
 
+	  <important>
+	    <title>You can use your existing SSH key</title>
+	    <para>
+	      If you already have a SSH key, jump to the next step.
+	    </para>
+	  </important>
+
       <procedure>
 	<step>
 	  <para>
@@ -63,6 +70,24 @@
       </procedure>
     </section>
 
+    <section id="sn-ssh-use-key">
+      <title>Using an existing SSH key</title>
+      <para>
+        If you want to copy your SSH key from another location, you must to make sure to set it
+        permissions properly.
+      </para>
+      <para>
+           Setting the proper permissions:
+      </para>
+	
+<screen>
+<command>chmod 700 ~/.ssh</command>
+<command>chmod 600 ~/.ssh/id_dsa</command>
+<command>chmod 644 ~/.ssh/id_dsa.pub</command>
+</screen>
+
+    </section>
+
     <section id="sn-accounts-trans">
       <title>Accounts for Software Translation</title>
 


Index: rpm-info.xml
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/en_US/rpm-info.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rpm-info.xml	23 Aug 2007 04:19:56 -0000	1.14
+++ rpm-info.xml	4 Sep 2007 13:27:41 -0000	1.15
@@ -47,6 +47,10 @@
   <title>Translation Quick Start Guide</title>
   <desc>Quick start guide to providing translations on the Fedora Project.</desc>
   <changelog order="newest-first">
+    <revision date="2007-09-04" number="0.3.9">
+      <author worker="DiegoZacarao"/>
+      <details>Add section to use a existing SSH key</details>
+    </revision>
     <revision date="2007-08-23" number="0.3.8">
       <author worker="NorikoMizumoto"/>
       <details>Brokeup main file into multiple files based on chapters</details>




More information about the docs-commits mailing list