translation-quick-start-guide/en_US Accounts_And_Subscriptions.xml, 1.13, 1.14

Diego Búrigo Zacarão (diegobz) fedora-docs-commits at redhat.com
Wed May 28 17:24:21 UTC 2008


Author: diegobz

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

Modified Files:
	Accounts_And_Subscriptions.xml 
Log Message:
FAS2 doesn't allow DSA keys anymore


Index: Accounts_And_Subscriptions.xml
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/en_US/Accounts_And_Subscriptions.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Accounts_And_Subscriptions.xml	14 May 2008 23:05:55 -0000	1.13
+++ Accounts_And_Subscriptions.xml	28 May 2008 17:24:19 -0000	1.14
@@ -63,11 +63,11 @@
 	  Enter the following command:
 	</para>
 
-	<screen><command>ssh-keygen -t dsa</command></screen>
+	<screen><command>ssh-keygen -t rsa</command></screen>
 
 	<para>
 	  Accept the default location
-	  (<filename>~/.ssh/id_dsa</filename>) and enter a passphrase.
+	  (<filename>~/.ssh/id_rsa</filename>) and enter a passphrase.
 	</para>
 	<caution>
 	  <title>Remember Your Passphrase</title>
@@ -84,13 +84,13 @@
 	</para>
 
 	<screen><command>chmod 700 ~/.ssh
-chmod 600 ~/.ssh/id_dsa
-chmod 644 ~/.ssh/id_dsa.pub</command></screen>
+chmod 600 ~/.ssh/id_rsa
+chmod 644 ~/.ssh/id_rsa.pub</command></screen>
 
       </step>
       <step>
 	<para>
-		This public key (~/.ssh/id_dsa.pub) will be used for your &FED; account creation described  in <xref linkend="sn-apply-account"/>. 
+		This public key (~/.ssh/id_rsa.pub) will be used for your &FED; account creation described  in <xref linkend="sn-apply-account"/>. 
 	</para>
       </step>
     </procedure>




More information about the Fedora-docs-commits mailing list